Skip to main content

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.

Prerequisites

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.

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.