//mern_shopping_list Refresher on React-Redux using #Traversy_media's very own youtube + udemy tutorials //To run both client and server side, we used concurrently in the server package json.
//Redux inside of store, we're bringing in applyMiddleware, thunk, and compose This helps to diagnose issues in dev tools using thunk (middleware)
Root REducer(aka reducers/index) brings in all reducers and exported to App.js