awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • rt2zz/redux-persist-storert2zz 的头像

    rt2zz/redux-persist-store

    12,969在 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
    在 GitHub 上查看↗12,969
  • rrousselgit/riverpodrrousselGit 的头像

    rrousselGit/riverpod

    7,315在 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
    在 GitHub 上查看↗7,315
  • beekai-oss/little-state-machinebeekai-oss 的头像

    beekai-oss/little-state-machine

    1,540在 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
    在 GitHub 上查看↗1,540
  1. Home
  2. Data & Databases
  3. Persistent Storage Providers
  4. Persisted State Initialization