awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
reactjs avatar

reactjs/react-redux

0
View on GitHub↗
23,473 stars·3,332 forks·TypeScript·MIT·4 vuesreact-redux.js.org↗

React Redux

React Redux is a global state management bridge and a set of bindings that connect React components to a Redux state store. It serves as a communication layer and state store connector, allowing a declarative user interface to synchronize with a centralized source of truth.

The library enables the synchronization of shared global state across an application by providing mechanisms to read state and dispatch actions directly from the view layer. It ensures predictable state transitions by bridging the gap between UI components and the Redux state container.

The project covers core capabilities for state management, including the ability to dispatch state updates and retrieve data from a central store to trigger real-time UI changes.

Features

  • Global State Managers - Acts as a global state manager that synchronizes shared data across a complex React component tree.
  • Action-Based State Transitions - Implements a pattern where discrete action objects are dispatched to trigger immediate state transitions.
  • Centralized State Containers - Maintains a centralized state container that serves as the single source of truth for the entire application.
  • State Change Subscriptions - Enables components to subscribe to specific slices of global state to optimize rendering performance.
  • Predictable State Containers - Enforces predictable state transitions through a strict pattern of action-driven updates to a state container.
  • Centralized State Stores - Connects UI components to a single immutable object tree that serves as the global source of truth.
  • External Store Synchronization Hooks - Ships custom hooks that allow components to subscribe to and synchronize with an external Redux store.
  • Global State Access - Provides hooks and mechanisms for React components to access and respond to global state changes.
  • React State Bindings - Bridges the gap between Redux state containers and React components for efficient data synchronization and rendering.
  • State Update Handlers - Provides logic for dispatching actions that transition the application state within a central store.
  • Memoized Computations - Integrates memoized selectors to cache derived state and prevent unnecessary re-computations during renders.
  • Declarative State Managers - Provides a declarative bridge that synchronizes a centralized state model with the user interface.
  • Context-Based Dependency Injection - Implements a mechanism to provide a singleton store to the entire component tree using the React Context API.
  • Higher-Order Components - Provides a wrapper that connects components to the Redux store and injects state as props.
  • React Libraries - Serves as a specialized utility library built specifically for managing state within the React ecosystem.
  • Gestion des données - Official bindings for Redux state management.
  • React Ecosystem - Redux integration for React.
  • React Integration - Listed in the “React Integration” section of the Awesome Redux awesome list.

Historique des stars

Graphique de l'historique des stars pour reactjs/react-reduxGraphique de l'historique des stars pour reactjs/react-redux

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à React Redux

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec React Redux.
  • reactjs/reduxAvatar de reactjs

    reactjs/redux

    61,503Voir sur GitHub↗

    Redux is a global state management library and predictable state container for JavaScript applications. It implements a store pattern that maintains the entire application state as a single source of truth, ensuring consistent behavior across different components and environments. The library relies on a unidirectional data flow where state updates follow a strict one-way cycle. This is achieved through a system of discrete actions, pure-function reducers, and a centralized store to ensure that state transitions remain predictable and traceable. The framework includes capabilities for monito

    TypeScript
    Voir sur GitHub↗61,503
  • reduxjs/react-reduxR

    reduxjs/react-redux

    23,473Voir sur GitHub↗

    React-Redux provides the official bindings that connect a Redux state container to a React user interface. It functions as a state management integration and UI state connector, enabling the synchronization of a centralized data store with a component tree. The library ensures a predictable UI state flow by implementing a unidirectional data path between the interface and the state container. It allows components to read global state and dispatch actions to trigger updates, maintaining a single source of truth across the application. The project handles state synchronization through a combin

    TypeScript
    Voir sur GitHub↗23,473
  • hyperapp/hyperappAvatar de hyperapp

    hyperapp/hyperapp

    19,211Voir sur GitHub↗

    Hyperapp is a lightweight JavaScript framework for building web applications. It functions as a declarative state management system that synchronizes the user interface with a centralized application state. The framework utilizes a virtual DOM to render user interfaces and reconcile changes to the browser display. It employs a subscription model to synchronize external web APIs and asynchronous events with the global state. The system manages data through a single-state-tree architecture, where updates are handled via discrete actions and pure functions. This approach ensures that the view u

    JavaScript
    Voir sur GitHub↗19,211
  • reflux/refluxjsAvatar de reflux

    reflux/refluxjs

    5,323Voir sur GitHub↗

    Refluxjs is a state management library designed to implement a unidirectional dataflow architecture. It manages application state through a strict cycle of actions and stores to prevent unpredictable update loops. The library coordinates asynchronous operations by managing event streams and triggering related success or failure actions. It also provides a global state registry that tracks store states via unique identifiers, enabling deep cloning for persistence and time-travel debugging. Its capability surface covers centralized state management, including the creation of data stores and de

    JavaScript
    Voir sur GitHub↗5,323
Voir les 30 alternatives à React Redux→

Frequently asked questions

What does reactjs/react-redux do?

React Redux is a global state management bridge and a set of bindings that connect React components to a Redux state store. It serves as a communication layer and state store connector, allowing a declarative user interface to synchronize with a centralized source of truth.

What are the main features of reactjs/react-redux?

The main features of reactjs/react-redux are: Global State Managers, Action-Based State Transitions, Centralized State Containers, State Change Subscriptions, Predictable State Containers, Centralized State Stores, External Store Synchronization Hooks, Global State Access.

What are some open-source alternatives to reactjs/react-redux?

Open-source alternatives to reactjs/react-redux include: reactjs/redux — Redux is a global state management library and predictable state container for JavaScript applications. It implements… reduxjs/react-redux — React-Redux provides the official bindings that connect a Redux state container to a React user interface. It… hyperapp/hyperapp — Hyperapp is a lightweight JavaScript framework for building web applications. It functions as a declarative state… reflux/refluxjs — Refluxjs is a state management library designed to implement a unidirectional dataflow architecture. It manages… reswift/reswift — ReSwift is a unidirectional data flow framework for Swift applications that centralizes state management within a… beekai-oss/little-state-machine — Little State Machine is a lightweight state management library for React applications that provides a centralized data…