Ross ROSS = Recommend OSS · open-source software intelligence for agents

reduxjs/redux-toolkit

The official, opinionated, batteries-included toolset for efficient Redux development observed · 2026-08-28

github.com/reduxjs/redux-toolkit · homepage · TypeScript · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
reduxjs/redux-toolkitmain94

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