awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
reactjs avatar

reactjs/react-redux

0
View on GitHub↗
react-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.

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

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.
  • Gestión de datos - 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.
23,473 estrellas·3,332 forks·TypeScript·MIT·29 vistas

Historial de estrellas

Gráfico del historial de estrellas de reactjs/react-reduxGráfico del historial de estrellas de reactjs/react-redux

Alternativas open-source a React Redux

Proyectos open-source similares, clasificados según cuántas características comparten con React Redux.
  • reactjs/reduxAvatar de reactjs

    reactjs/redux

    61,503Ver en 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
    Ver en GitHub↗61,503
  • reduxjs/react-reduxR

    reduxjs/react-redux

    23,473Ver en 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
    Ver en GitHub↗23,473
  • hyperapp/hyperappAvatar de hyperapp

    hyperapp/hyperapp

    19,211Ver en 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
    Ver en GitHub↗19,211
  • reflux/refluxjsAvatar de reflux

    reflux/refluxjs

    5,323Ver en 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
    Ver en GitHub↗5,323
Ver las 30 alternativas a React Redux→

Preguntas frecuentes

¿Qué hace reactjs/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.

¿Cuáles son las características principales de reactjs/react-redux?

Las características principales de reactjs/react-redux son: 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.

¿Qué alternativas de código abierto existen para reactjs/react-redux?

Las alternativas de código abierto para reactjs/react-redux incluyen: 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…