Skip to main content
Redux logo

Angular Redux

Official Angular bindings for Redux

Official

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

Predictable

Designed to work with Angular'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