# reduxjs/redux-toolkit

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

Repository: https://github.com/reduxjs/redux-toolkit
Canonical: https://ross.abutalabs.com/products/redux-toolkit
Homepage: https://redux-toolkit.js.org
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2026-08-24T03:29:12+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 84, longevity 100
- inputs: {"age_days": 3105, "days_push": 9, "days_rel": 110, "gap_med": 11.5, "n_releases_24m": 23}
- flags: no_readme
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 11224, forks 1290 (observed 2026-08-28T04:10:46.502987+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: state-management, web-framework, http-client, caching
- domain: frontend, web-development, developer-tools
- platform: browser, cross-platform
- tags: redux, react, immer, rtk-query, typescript, state-container, nodejs

## Member repositories
- reduxjs/redux-toolkit (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:46.502987+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:16:26.045262+00:00, confidence not recorded.
  - homepage: https://redux-toolkit.js.org (fetched 2026-08-29T08:15:21.441195+00:00, sha bb819555f4d9)
  - site_page: https://redux-toolkit.js.org/introduction/getting-started (fetched 2026-08-29T08:15:21.450839+00:00, sha 6f2eabb95670)
- Data as of 2026-08-30T08:39:29.467469+00:00.
