This small project is an introduction to state management using redux. The goal was to begin identifying how to implement the three principles of Redux:
- All changes to state are managed in a single location
- Rather than modifying state you can only write to it
- Using pure functions to make changes to state
- React
- Redux
- Fork and clone repository
- Run npm install
- Run npm start
Please record issues here