Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 485 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 485 Bytes

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