# reduxjs/redux

A JS library for predictable global state management

Repository: https://github.com/reduxjs/redux
Canonical: https://ross.abutalabs.com/products/redux
Homepage: https://redux.js.org
Language: TypeScript
License: MIT
License Family: permissive
Topics: redux
Last push: 2026-08-20T02:41:39+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 8, longevity 100
- inputs: {"age_days": 4114, "days_push": 13, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 61509, forks 15192 (observed 2026-08-28T04:12:19.034187+00:00)

## What it is
Redux is a tiny (2kB) JavaScript library for predictable, centralized global state management using a unidirectional data flow with actions and reducers. It works with any UI layer (most commonly React), supports time-travel debugging via DevTools, and is best used through its official companion, Redux Toolkit.

## Use cases
- manage global application state in a React app
- centralize state shared across many components
- implement undo/redo and state persistence
- debug state changes with time-travel tooling
- share state between client, server, and native environments
- write testable state update logic with reducers

## When to choose
- you have complex, frequently-changing global state shared across many parts of an app
- you need predictable, traceable state updates and powerful debugging
- you want a battle-tested, framework-agnostic state container with a large ecosystem
- you want centralized state enabling undo/redo or persistence

## When to avoid
- your app has mostly simple local UI state better handled by useState or useReducer
- you want minimal boilerplate without adopting Redux Toolkit conventions
- you need only server-state caching, where tools like React Query may fit better
- your team is unwilling to learn Redux's actions/reducers/middleware model

## Facets
- artifact type: library
- maturity: stable
- function: state-management, frontend-framework
- domain: web-development, frontend, developer-tools
- platform: browser, cross-platform
- tags: redux, javascript, typescript, predictable-state, time-travel-debugging, react, nodejs, web-server

## Member repositories
- reduxjs/redux (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:12:19.034187+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-29T16:17:28.710563+00:00, confidence not recorded.
  - readme: https://github.com/reduxjs/redux (fetched 2026-08-28T04:12:19.034187+00:00, sha 11d80c839e94)
  - homepage: https://redux.js.org (fetched 2026-08-28T17:58:01.945071+00:00, sha db11b61bf6bc)
  - site_page: https://redux.js.org/introduction/getting-started (fetched 2026-08-28T17:58:01.953467+00:00, sha ab5005132cff)
  - site_page: https://redux.js.org/faq (fetched 2026-08-28T17:58:01.955828+00:00, sha d60381347528)
- Data as of 2026-08-30T08:39:29.467469+00:00.
