Usage Guides
The Usage Guides section provides practical guidance on how to correctly use Redux in real-world applications, including project setup and architecture, patterns, practices, and techniques.
The pages in this category assume you understand the core Redux terms and concepts explained in the "Redux Fundamentals" tutorial, including actions, reducers, stores, immutability, React-Redux, and async logic.
Setup and Organization
This section covers information on how to set up and organize Redux-based projects.
- Configuring Your Store
- Redux Toolkit Setup with Next.js
- Code Splitting
- Server Rendering
- Isolating Redux Sub-Apps
Migrations
This section covers how to update existing Redux code to current patterns and versions.
Code Quality
This section provides information on tools and techniques used to improve the quality of your Redux code.
Redux Logic and Patterns
This section provides information about typical Redux patterns and approaches for writing different kinds of Redux logic.