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éesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

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.

  1. Home
  2. Web Development
  3. Modular State Sharing

Awesome Modular State Sharing GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • posva/piniaAvatar de posva

    posva/pinia

    14,611Voir sur 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
    Voir sur GitHub↗14,611
  • jamiebuilds/unstatedAvatar de jamiebuilds

    jamiebuilds/unstated

    7,728Voir sur 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
    Voir sur GitHub↗7,728
  • ripple-ts/rippleAvatar de Ripple-TS

    Ripple-TS/ripple

    7,379Voir sur 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
    Voir sur GitHub↗7,379