Skip to main content

React Redux

Official React bindings for Redux

Official

Image for: Official

React Redux is maintained by the Redux team, and kept up-to-date with the latest APIs from Redux and React.

Predictable

Image for: 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

Image for: Encapsulated

Provides APIs that enable your components to interact with the Redux store, so you don't have to write that logic yourself.

Optimized

Image for: 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

Image for: Other Libraries from the Redux Team

Redux

Image for: Redux

A predictable state container for JavaScript applications

Redux Toolkit

Image for: Redux Toolkit

The official, opinionated, batteries-included toolset for efficient Redux development