reduxjs/redux-toolkit
The official, opinionated, batteries-included toolset for efficient Redux development observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 99
- Release rhythm 84
- Longevity 100
Flags: no_readme
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 11.5
- age_days: 3105
- days_rel: 110
- days_push: 9
- n_releases_24m: 23
Adoption not part of the score
11224 stars · 1290 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Redux Toolkit is the official, opinionated toolset for writing Redux state management logic with minimal boilerplate. It bundles store setup, slice creation with Immer-based immutable updates, and the optional RTK Query data fetching and caching layer.
Use cases
- set up a redux store without boilerplate
- manage application state in a react app
- write immutable reducer logic with mutable syntax
- fetch and cache api data without hand-written thunks
- create slices of redux state automatically
- migrate legacy redux code to modern patterns
When to choose
- you're starting a new React or Next.js app with Redux
- you want data fetching and caching built into your state layer
- you want to reduce Redux boilerplate and configuration
- you want official, well-maintained Redux tooling with TypeScript support
When to avoid
- your app doesn't need a global state container
- you prefer server-state libraries like React Query or SWR over Redux
- you need a framework-agnostic state solution with zero opinions
- you're working on a tiny app where context or local state suffices
Facets
library · maturity stable
state-management web-framework http-client caching frontend web-development developer-tools browser cross-platform redux react immer rtk-query typescript state-container nodejs
2 sources
- homepage: https://redux-toolkit.js.org · fetched 2026-08-29 · bb819555f4d9
- site_page: https://redux-toolkit.js.org/introduction/getting-started · fetched 2026-08-29 · 6f2eabb95670
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| reduxjs/redux-toolkit | main | 94 |
For agents
markdown · JSON · MCP: product_card(name="reduxjs/redux-toolkit")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem