OSS Tanbou

Redux — manage global application state through predictable actions and reducers

About these scores

OSS scale score is an unbounded metric that log-compresses and weights Stars, Watchers, Forks, and Contributors. Discovery score is the current OSS scale score minus the score at discovery. Update pace is commits in the last 30 days, growth momentum is the OSS scale score difference within the recent observation window, and OSS health is a 0–100 rating based on available recency, Community Health, and release data.

Stars
61,490
Primary language
TypeScript
License
MIT
Repository last updated
Sep 21, 2026

Overview

Redux is a state-management library that centralizes global application state in a store and updates it through dispatched actions and reducer functions. It can be used with React or other view libraries.

Features and best fit

Based on official documentation; not hands-on tested · Content checked:

Use stores, actions, and reducers for one-way state updates

State changes are represented as actions, and reducers derive the next state from the previous state and each action.

Sources: [2][3]

Reduce boilerplate and common mistakes with Redux Toolkit

The officially recommended Redux Toolkit packages common setup and update patterns into higher-level APIs.

Sources: [2][4]

For applications that need explicit update paths for shared global state

It fits frontends with growing shared data where a single source of truth and traceable update flow are valuable.

Sources: [2]

Confirm Redux is actually needed and avoid outdated core-only patterns

The official README notes Redux is not appropriate for every application. New code should generally follow Redux Toolkit guidance.

Sources: [2][3]

Official sources

  1. [1]reduxjs/redux repository(2026-09-21)
  2. [2]Redux README(2026-09-21)
  3. [3]Redux documentation(2026-09-21)
  4. [4]Redux Toolkit(2026-09-21)
  5. [5]Redux MIT license(2026-09-21)
Supplemental curator note

Redux core remains small and view-library independent, but the official README recommends Redux Toolkit for modern Redux logic. New applications should distinguish current Toolkit-based best practices from older patterns that manually assemble core Redux APIs.

Try it in 3 steps

  1. 1

    Get the source

    git clone --depth 1 https://github.com/reduxjs/redux.git
  2. 2

    Enter the repository

    cd redux
  3. 3

    Check the official steps

    Continue with the commands in the README Installation, Quick Start, or Getting Started section.

    find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
Check the official README

Growth

Growth trends · Last 30 days

61,490 Stars

Trend data is still being collected.

Development activity

Last 90 days · weekly

Commits (last 30 days)
55
Open PRs
9

Development activity is still being collected.

Built with

Categories and tags

GitHub data

GitHub dataView detailed GitHub data

GitHub Topics

  • redux
Stars
61,490
Forks
15,173
Watchers
1,284
Open issues
11
Contributors
414
Primary language
TypeScript
License
MIT
Repository last updated
Sep 21, 2026
Write a related article

Share a guide or use case for this OSS in Markdown. Articles are published after administrator approval.

Report incorrect information

Tell us if any listing information is incorrect or outdated.