在新选项卡中打开链接
  1. Redux - A JS library for predictable and maintainable global state ...

    Predictable Redux helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.

  2. Getting Started with Redux

    2026年1月22日 · The Redux FAQ answers many common questions about how to use Redux, and the "Using Redux" docs section has information on handling derived data, testing, structuring reducer …

  3. Redux Essentials, Part 1: Redux Overview and Concepts

    2024年8月29日 · This tutorial focuses on showing you how to use Redux the right way, and explains concepts along the way so that you can understand how to build Redux apps correctly.

  4. Redux Fundamentals, Part 1: Redux Overview | Redux

    2024年8月1日 · Redux Toolkit is the recommended way to build production apps with Redux, and is built on all of the concepts that we will look at throughout this tutorial. Once you understand the core …

  5. Introduction - Redux

    2020年9月27日 · Introduction to Redux, a JavaScript library for managing application state with predictable and centralized data flow.

  6. Installation - Redux

    2023年11月25日 · The recommended way to start new apps with React and Redux is by using our official Redux+TS template for Vite, or by creating a new Next.js project using Next's with-redux …

  7. Redux Tutorials Index

    2023年3月6日 · The Quick Start page briefly shows the basics of setting up a Redux Toolkit + React application, and the TypeScript Quick Start page shows how to set up Redux Toolkit and React for …

  8. Redux 中文官网 - JavaScript 应用的状态容器,提供可预测的状态管理 …

    可调试 Redux DevTools 让你轻松追踪到 应用的状态在何时、何处以及如何改变。 Redux 的架构让你记下每一次改变,借助于 "时间旅行调试",你甚至可以把完整的错误报告发送给服务器。

  9. Quick Start | Redux

    2025年12月26日 · This page will focus on just how to set up a Redux application with Redux Toolkit and the main APIs you'll use. For explanations of what Redux is, how it works, and full examples of how …

  10. 入门 Redux | Redux 中文官网

    入门 Redux Redux 是 JavaScript 应用的状态容器,提供可预测的状态管理。 可以帮助你开发出行为稳定可预测的、运行于不同的环境(客户端、服务器、原生应用)、易于测试的应用程序。