Monday
Concepts
- Redux and React
- Redux store
- Action creators
- Reducers
- Providing the store to components
- Selecting information from Redux
- Dispatching Redux actions
Topics
Exercises
- redux-zoo (select your cohort for a link)
Resources
- Getting Started with Redux. Great introductory videos from the creator of Redux.
- Redux documentation. It's well written and easy to follow. Recommended.
- A cartoon intro to redux. Good background context.