Skip to main content
Redux logo

Redux Toolkit

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

Simple

Includes utilities to simplify common use cases like store setup, creating reducers, immutable update logic, and more.

Opinionated

Provides good defaults for store setup out of the box, and includes the most commonly used Redux addons built-in.

Powerful

Takes inspiration from libraries like Immer and Autodux to let you write "mutative" immutable update logic, and even create entire "slices" of state automatically.

Effective

Lets you focus on the core logic your app needs, so you can do more work with less code.

Other Libraries from the Redux Team

Redux

A predictable state container for JavaScript applications

React-Redux

Official React bindings for Redux