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
·

3 repositorios

Awesome GitHub RepositoriesModular State Sharing

Patterns for distributing state across independent containers that can be imported by different application modules.

Distinct from Shared State Management: Existing candidates focus on collaborative multi-user sharing or node-graph sharing; this is about internal modular state access.

Explore 3 awesome GitHub repositories matching web development · Modular State Sharing. Refine with filters or upvote what's useful.

Awesome Modular State Sharing GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • posva/piniaAvatar de posva

    posva/pinia

    14,611Ver en GitHub↗

    Pinia is a global state management store designed specifically for Vue applications. It serves as a centralized system for storing and synchronizing shared application data across multiple components using the Vue Composition API. The project provides a type-safe state store with native TypeScript support, utilizing type-inferred schemas to ensure consistency and prevent runtime errors for both application data and store actions. The architecture is built around modular store containers that can be registered dynamically. This system integrates with Vue reactive primitives and includes devel

    Stores data in independent containers that different parts of the application can import and access as needed.

    TypeScript
    Ver en GitHub↗14,611
  • jamiebuilds/unstatedAvatar de jamiebuilds

    jamiebuilds/unstated

    7,728Ver en GitHub↗

    Unstated is a React state management library that encapsulates application state and update logic within decoupled containers. It functions as a container-based state store, allowing state and business logic to be organized into standalone classes that trigger component re-renders when data changes. The project serves as a dependency injection framework, enabling specific state container instances to be supplied to the component tree. This mechanism supports the use of mock containers or stubs to facilitate controlled testing and custom configurations. The library covers global state managem

    Stores state and logic in decoupled containers that can be shared across independent application modules.

    JavaScriptmanagementreactstate
    Ver en GitHub↗7,728
  • ripple-ts/rippleAvatar de Ripple-TS

    Ripple-TS/ripple

    7,379Ver en GitHub↗

    Ripple is a full-stack TypeScript web framework and reactive UI library used for building interfaces with server-side rendering. It organizes user interfaces into a hierarchy of reusable, scoped components with built-in state management and client-side hydration. The framework is distinguished by its fine-grained reactivity, which updates specific DOM elements without requiring full component re-renders. It integrates server-side logic and client-side components within a single TypeScript codebase, enabling a unified full-stack development workflow. The system covers a broad range of capabil

    Synchronizes data across disconnected components using a centralized store to ensure consistent behavior.

    JavaScript
    Ver en GitHub↗7,379
  1. Home
  2. Web Development
  3. Modular State Sharing