Redux Toolkit 中文文档
官方的 React 对 Redux 绑定库
官方维护
Redux Toolkit 由 Redux 官方团队维护,并 与 Redux 和 React 最新的 API 保持同步。
Predictable
Designed to work with React's component model. You define how to extract the values your component needs from Redux, and your component updates automatically as needed.
Encapsulated
Provides APIs that enable your components to interact with the Redux store, so you don't have to write that logic yourself.
Optimized
Automatically implements complex performance optimizations, so that your own component only re-renders when the data it needs has actually changed.
Other Libraries from the Redux Team
Redux
A predictable state container for JavaScript applications
Redux Toolkit
The official, opinionated, batteries-included toolset for efficient Redux development