This project was inspired after a friend of mine from work recommended a video on Scaling React.js Applications by Max Stoiber, which can be found here.
In this project, I aim to:
- Use redux/react-redux
- Use redux-sagas
- Learn about actions, reducers, sagas and redux store
- Integrate with react devtools
- Structure the project using folder by feature
- Separate presentation from logic using components and containers