Part 6 - State management with Redux
Core Concepts
- Action creators, reducers, and the state store
- Redux hooks, Redux Toolkit, mapDispatchToProps, and connected components
- Pure functions
- Array spread syntax
Libraries/Tools Learned
- React Redux
- Redux Toolkit
- Redux Thunk
- Deep Freeze
Projects
Unicafe Redux
A simplified version of the Unicafe project from part 1, using Redux for state management.
Anecdotes-redux
A modified version of the Anecdotes app from part 1, also using Redux for state managment but with a more complex configuration.