Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 453 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 453 Bytes

REACT REDUX SHOPPING LIST APP

//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