React and Redux Demo Library
-
I implemented TODO App using React and Redux as a library for any future project.
-
This project uses Async Redux by using Thunk
-
Also this project includes the pure code of Store, Provider and connect APIs from Redux.
-
This project uses Rails-style to implement the redux folder structure.
-
actions / reducers / middleware are included.
Resources for Redux
-
Redux Crash Course https://www.youtube.com/watch?v=93p3LxR9xfM
-
CSS Tricks https://css-tricks.com/learning-react-redux/#initial-state-and-time-travel
-
Redux Architecture https://medium.com/@abhinav_jain123/react-redux-architecture-part-1-separation-of-concerns-812da3b08b46
-
Redux Docs Tutorials https://redux.js.org/tutorials/index
-
Redux Thunk https://blog.nojaf.com/2015/12/06/redux-thunk/
Usage and installation
- Clone the repo
- CD Project
- Npm i
- Npm start
- Check utils for library code for store - provider and connect APIs