跳到主要内容

使用引导

使用指南部分提供了关于如何在实际应用程序中正确使用 Redux 的实用指南,包括项目设置和架构、模式、实践和技术。

预置知识

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.

这本目录下的文章假设您了解 ”Redux 基础“教程 中介绍的核心 Redux 术语和概念,包括 actions,reducers,stores,immutability,React-Redux 和异步逻辑。

设置和组织

本节介绍如何设置和组织基于 Redux 的项目。

代码质量

本节提供了有关用于提高 Redux 代码质量的工具和技术的信息。

Redux 逻辑和模式

本节提供有关典型 Redux 模式和编写不同类型 Redux 逻辑的方法的信息。