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
·

12 repositorios

Awesome GitHub RepositoriesState Management Patterns

Architectural approaches for managing and synchronizing application state across components.

Distinguishing note: Focuses on the declarative logic of state rather than specific data storage implementations.

Explore 12 awesome GitHub repositories matching software engineering & architecture · State Management Patterns. Refine with filters or upvote what's useful.

Awesome State Management Patterns GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • sansan0/trendradarAvatar de sansan0

    sansan0/TrendRadar

    59,513Ver en GitHub↗

    TrendRadar is a market intelligence tool designed to aggregate and analyze external information sources for monitoring shifts in consumer behavior and industry patterns. It functions as a visual data analytics dashboard, transforming raw market data into interactive charts and insights through a component-based interface. The platform utilizes a declarative state management system where application behavior is governed by a centralized configuration object. This architecture supports interactive dashboard development, allowing users to manipulate data sets and visualize emerging trends over t

    Determines application behavior using a centralized configuration object that dictates UI rendering and data processing logic.

    Pythonaibarkdata-analysis
    Ver en GitHub↗59,513
  • sudheerj/reactjs-interview-questionsAvatar de sudheerj

    sudheerj/reactjs-interview-questions

    44,646Ver en GitHub↗

    This project is a comprehensive educational knowledge base designed to support developers in mastering React and its surrounding ecosystem. It serves as a technical interview resource, providing a structured collection of questions and answers that cover core concepts, architectural patterns, and common development challenges. The repository distinguishes itself by offering detailed explanations of fundamental React principles, including component-based composition, the declarative UI paradigm, and state-driven data flow. It provides clarity on complex topics such as the Fiber reconciliation

    Explains the role of actions in managing data flow.

    JavaScriptinterview-preparationinterview-questionsjavascript
    Ver en GitHub↗44,646
  • refinedev/refineAvatar de refinedev

    refinedev/refine

    34,906Ver en GitHub↗

    Refine is a headless framework designed for building data-intensive internal business applications, such as admin panels and dashboards. It provides a core set of hooks and architectural patterns that decouple business logic, authentication, and data operations from the user interface, allowing developers to integrate any design system while maintaining a consistent application structure. The framework distinguishes itself through a resource-centric approach that automatically maps application views to data entities via centralized configuration. It features a unified data provider interface

    Uses hierarchical providers to distribute global application state and metadata throughout the component tree without manual property drilling.

    TypeScriptadminadmin-uiant-design
    Ver en GitHub↗34,906
  • linera-io/linera-protocolAvatar de linera-io

    linera-io/linera-protocol

    32,085Ver en GitHub↗

    Linera is a multi-chain smart contract platform designed for horizontal scalability through a microchain-based distributed ledger. By partitioning state into independent, parallel chains that share a common validator set, the protocol enables high-performance execution of modular applications. The system utilizes a WebAssembly-based runtime to ensure secure, platform-independent execution of contract logic across the network. The platform distinguishes itself through an asynchronous messaging framework that coordinates state changes between chains by queuing messages for execution in subseque

    Load data, execute operations, and persist results back to storage using standard lifecycle methods to manage state changes within the application binary.

    Rustblockchainrustwasm
    Ver en GitHub↗32,085
  • android/nowinandroidAvatar de android

    android/nowinandroid

    21,358Ver en GitHub↗

    Now in Android is a reference application and framework designed to demonstrate modern development patterns for the Android platform. It provides a comprehensive implementation of a modular architecture, utilizing industry-standard practices to organize codebases into independent components that support long-term maintainability and build performance. The project centers on a reactive, unidirectional data flow model that synchronizes visual components with underlying data states. By employing a declarative toolkit for interface construction, the application ensures that screen layouts update

    Applies architectural patterns for managing application data flows and consistent interface updates.

    Kotlinandroidjetpack-composekotlin
    Ver en GitHub↗21,358
  • pmndrs/jotaiAvatar de pmndrs

    pmndrs/jotai

    21,208Ver en GitHub↗

    Jotai is a state management library for React applications that utilizes an atomic model to handle data. It organizes application state into small, independent units called atoms, which automatically track dependencies and trigger granular updates to components. By building state through these composable primitives, the library ensures that only the necessary parts of an application re-render when data changes. The library distinguishes itself through its flexible approach to state composition and asynchronous data handling. It integrates promises directly into the state model, allowing devel

    Extends atomic state capabilities with patterns like reducers and state machines via utility packages.

    TypeScriptatomichacktoberfestmanagement
    Ver en GitHub↗21,208
  • krasimir/react-in-patternsAvatar de krasimir

    krasimir/react-in-patterns

    13,578Ver en GitHub↗

    This project is a comprehensive guide to architectural patterns and design techniques for building modular user interfaces with React. It focuses on structuring component hierarchies, implementing state management patterns, and decoupling services to ensure applications remain maintainable and scalable. The collection emphasizes strategies for dependency injection and the separation of business logic from presentation layers. It provides detailed approaches for utilizing containers, higher-order components, and module registries to isolate external services and third-party libraries from the

    Implements architectural strategies for managing and synchronizing application state across a component tree.

    JavaScriptdata-flowdependencyinjection
    Ver en GitHub↗13,578
  • brianegan/flutter_architecture_samplesAvatar de brianegan

    brianegan/flutter_architecture_samples

    8,920Ver en GitHub↗

    This is a reference project that implements the same TodoMVC application across multiple Flutter state management and architecture patterns, enabling direct side-by-side comparison. The project demonstrates how different approaches—including BLoC, Redux, MobX, Provider, and Scoped Model—handle state, data flow, and separation of concerns within the Flutter framework. Each architecture implementation is built to the same specification and runs an identical suite of shared integration tests, ensuring consistent behavior across all patterns. This allows developers to evaluate the trade-offs of e

    Compare state management patterns by implementing the same TodoMVC app across multiple architectural approaches to evaluate their trade-offs side by side.

    Dartdartflutterredux
    Ver en GitHub↗8,920
  • ngrx/platformAvatar de ngrx

    ngrx/platform

    8,320Ver en GitHub↗

    This project is a state management framework for Angular applications that provides a predictable state container. It implements a Redux-style architecture using a centralized store, managing global and local application data through an observable-based data flow of actions and reducers. The framework includes a specialized entity management tool for organizing and synchronizing server-side data collections within client-side stores. It also provides a reactive store system that integrates state updates with Angular signals for change detection and includes debugging mechanisms for time-trave

    Ships a linting plugin to enforce architectural best practices and prevent common state management errors.

    TypeScript
    Ver en GitHub↗8,320
  • vandadnp/flutter-tips-and-tricksAvatar de vandadnp

    vandadnp/flutter-tips-and-tricks

    6,822Ver en GitHub↗

    This repository is a collection of practical code snippets and implementation patterns for Flutter and Dart. It serves as a comprehensive guide and reference for asynchronous programming, state management patterns, and UI component design. The project provides advanced language reference material covering generics, reflection, factory constructors, and null-aware operators. It also includes specific utilities for manipulating Dart collections, such as helper methods for transforming and filtering maps, lists, and iterables. The coverage extends to high-level capabilities including asynchrono

    Implements architectural approaches for synchronizing application state using reactive providers and streams.

    Dartdartflutterflutter-ui
    Ver en GitHub↗6,822
  • liangxiegame/qframeworkAvatar de liangxiegame

    liangxiegame/QFramework

    5,163Ver en GitHub↗

    QFramework is a Unity game architecture framework designed to separate presentation, system, and data logic. It implements a layered software architecture to manage complex game states and provides a game engine utility library to reduce boilerplate code. The framework is centered on the Command Query Responsibility Segregation pattern, which separates data modification commands from data retrieval queries. It utilizes a dependency injection container to manage the lifecycles and resolution of singletons and modular components, alongside an event-driven system for state synchronization to pre

    Utilizes a command-based state management pattern to ensure consistent mutations across the system and model layers.

    C#frameworksgame-devgodot
    Ver en GitHub↗5,163
  • evancz/elm-architecture-tutorialAvatar de evancz

    evancz/elm-architecture-tutorial

    4,169Ver en GitHub↗

    Este proyecto es una guía educativa y tutorial para la arquitectura de aplicaciones Elm. Proporciona instrucción sobre la implementación de gestión de estado funcional y patrones arquitectónicos modulares para interfaces de usuario. El tutorial se centra en el patrón model-view-update, utilizando una única fuente de verdad para la gestión centralizada del estado. Demuestra cómo utilizar tipos de mensajes discretos para activar transiciones de estado a través de funciones de actualización puras, asegurando un flujo de datos unidireccional desde los eventos de vista de vuelta a la vista. El material cubre el desarrollo de UI declarativa, transformando el estado de la aplicación en una representación visual del modelo de objetos del documento (DOM). Incluye orientación sobre el manejo de interacciones basadas en eventos para traducir eventos del navegador en mensajes que activan estados.

    Provides instruction on organizing application logic around a central data model and state transition functions.

    Elm
    Ver en GitHub↗4,169
  1. Home
  2. Software Engineering & Architecture
  3. State Management Patterns

Explorar subetiquetas

  • Architectural Linting PluginsTools that use static analysis to ensure state management code adheres to specific architectural patterns. **Distinct from State Management Patterns:** Distinct from State Management Patterns: provides the automated enforcement mechanism (linting) rather than the pattern definition itself.
  • Pattern ComparisonsEvaluating state management approaches by implementing the same application across multiple patterns to compare trade-offs. **Distinct from State Management Patterns:** Distinct from State Management Patterns: focuses on comparative evaluation through identical implementations, not on documenting individual patterns.