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 RepositoriesPersisted State Initialization

Waiting for persisted state to be decoded before starting a provider so it starts with stored data instead of a fresh request.

Distinct from Persistent Storage Providers: Distinct from Persistent Storage Providers: focuses on initialization timing rather than general storage management.

Explore 3 awesome GitHub repositories matching data & databases · Persisted State Initialization. Refine with filters or upvote what's useful.

Awesome Persisted State Initialization GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • rt2zz/redux-persist-storeAvatar de rt2zz

    rt2zz/redux-persist-store

    12,969Ver en GitHub↗

    Redux Persist is a state management utility designed to maintain application data across sessions by synchronizing state with local storage. It functions as a middleware-based engine that automatically saves and restores application state, ensuring that user sessions remain intact after page refreshes or application restarts. The library distinguishes itself through granular control over the persistence lifecycle and data structure. It supports recursive state tree partitioning, allowing developers to apply distinct storage configurations and filtering rules to specific branches of the applic

    Provides strategies to merge saved data with the current application state to handle updates during the initial loading process.

    TypeScript
    Ver en GitHub↗12,969
  • rrousselgit/riverpodAvatar de rrousselGit

    rrousselGit/riverpod

    7,315Ver en GitHub↗

    Riverpod is a reactive state management framework for Dart that manages application state through providers which automatically track dependencies and rebuild dependents when values change. It functions as an asynchronous data caching library, caching results of async operations and exposing loading, error, and data states to widgets without manual future handling. The framework includes a provider composition system that combines multiple providers into derived values that recompute automatically when any dependency changes, along with code generation for state providers that reduces boilerpl

    Initializes providers from persisted state by waiting for decoding before starting, enabling stored data reuse.

    Dartdartflutterhacktoberfest
    Ver en GitHub↗7,315
  • beekai-oss/little-state-machineAvatar de beekai-oss

    beekai-oss/little-state-machine

    1,540Ver en GitHub↗

    Little State Machine is a lightweight state management library for React applications that provides a centralized data store for managing shared application information. It utilizes a context-based provider pattern to distribute state across the component tree, ensuring consistent data access without the need for manual property drilling. The library distinguishes itself through built-in support for automatic browser storage persistence, which synchronizes the in-memory state with local or session storage to maintain data continuity across page refreshes. It also incorporates middleware-drive

    Configures the centralized store with middleware and persistence settings for application-wide state management.

    TypeScriptfluxreactreact-hooks
    Ver en GitHub↗1,540
  1. Home
  2. Data & Databases
  3. Persistent Storage Providers
  4. Persisted State Initialization