awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesState-Management Frameworks

React-based frameworks specifically focused on structured state flow and side-effect orchestration.

Distinct from React Frameworks: Focuses on the state management architecture (Redux/Elm style) rather than general React UI framework features.

Explore 4 awesome GitHub repositories matching web development · State-Management Frameworks. Refine with filters or upvote what's useful.

Awesome State-Management Frameworks GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • facebookexperimental/recoilAvatar de facebookexperimental

    facebookexperimental/Recoil

    19,458Ver en GitHub↗

    Recoil is an atomic state management framework and library for React. It functions as a state container that breaks application data into independent units called atoms to minimize unnecessary component re-renders. The system integrates with React hooks to provide a reactive state store. It utilizes a graph-based approach to data flow, employing a dependency graph to track relationships between state units and propagate updates automatically. The library coordinates global state across complex component trees, enabling independent components to communicate and share data without manual prop

    Implements a structured state flow and dependency graph to manage shared application state within React.

    JavaScript
    Ver en GitHub↗19,458
  • sorrycc/dvaAvatar de sorrycc

    sorrycc/dva

    16,163Ver en GitHub↗

    Dva is a framework for building web applications that integrates React and Redux. It utilizes a model-driven architecture to organize application logic, centralizing state management into cohesive modules that encapsulate reducers, asynchronous effects, and event subscriptions. The framework distinguishes itself through a plugin system that intercepts the action dispatch cycle to automate cross-cutting concerns such as loading state tracking. It also provides a development environment that supports hot module replacement, allowing for the updating of components, routes, and state models in th

    Provides a lightweight framework for building web applications using React and Redux with an Elm-inspired architecture for managing state.

    JavaScript
    Ver en GitHub↗16,163
  • dvajs/dvaAvatar de dvajs

    dvajs/dva

    16,164Ver en GitHub↗

    Dva is a state management library and client-side application framework designed for building user interfaces with React and Redux. It functions as an asynchronous logic orchestrator and a single page application router, organizing application data through a structured data flow of reducers, effects, and subscriptions. The framework distinguishes itself through the use of generator functions to manage asynchronous workflows and sequential side effects, keeping these operations separate from synchronous state updates. It implements namespace-based model organization to group business logic and

    Provides a framework for building user interfaces using React and Redux with a structured data flow inspired by Elm.

    JavaScriptdvaelmframework
    Ver en GitHub↗16,164
  • rematch/rematchAvatar de rematch

    rematch/rematch

    8,417Ver en GitHub↗

    Rematch is a Redux state management framework and model orchestrator designed to organize application state into cohesive units. It functions as an asynchronous state workflow manager that bundles reducers and side effects into modular models to reduce the boilerplate typically required for Redux implementations. The framework provides an extensible plugin architecture for injecting custom behavior and configuration into the store lifecycle. It supports a multi-store application architecture, allowing for the creation and management of several independent state containers within a single appl

    Provides a structured state management framework for Redux that bundles reducers and asynchronous effects into cohesive models.

    TypeScriptangularhacktoberfestimmer
    Ver en GitHub↗8,417
  1. Home
  2. Web Development
  3. Backend Development
  4. Web Frameworks
  5. Full-Stack Frameworks
  6. React Frameworks
  7. State-Management Frameworks