green6060/digicert-public-library-demo

file locations

Opened this issue · 0 comments

import libraryReducer from '../features/library/LibraryReducer';

same issue of where things live. Create a redux folder, throw your store crap in there, store the reducers in there, then they have one location they live in instead of multiple. After all, they're doing things for your GLOBAL states, not for your LOCAL (aka single component) states, right?