These are some use cases and code snippets to get you started with Redux in a real app. They assume you understand the topics in the "Redux Fundamentals" tutorial.
- Introduction
- Tutorials
- Recipes
- Recipes
- Configuring Your Store
- Usage with TypeScript
- Migrating to Redux
- Using Object Spread Operator
- Reducing Boilerplate
- Server Rendering
- Writing Tests
- Computing Derived Data
- Implementing Undo History
- Isolating Redux Sub-Apps
- Code Splitting
- Troubleshooting
- Structuring Reducers
- Structuring Reducers
- Prerequisite Reducer Concepts
- Basic Reducer Structure and State Shape
- Splitting Up Reducer Logic
- Refactoring Reducer Logic Using Functional Decomposition and Reducer Composition
- Using `combineReducers`
- Beyond `combineReducers`
- Normalizing State Shape
- Managing Normalized Data
- Reusing Reducer Logic
- Immutable Update Patterns
- Initializing State
- Understanding Redux
- FAQ
- Style Guide
- API Reference
- Redux Toolkit