Open amitzur opened 6 years ago
Right now the store.js file is very messy, and the whole app relies on withStore at the route level to get the data down. We need to organize state management throughout the app (divide store and import from the middle of the tree)
store.js
withStore
Right now the
store.js
file is very messy, and the whole app relies onwithStore
at the route level to get the data down. We need to organize state management throughout the app (divide store and import from the middle of the tree)