1 repository
Applying multiple storage layers to different parts of a data tree to support varied adapters or filtering requirements.
Distinct from Nested Data Persistence: Distinct from Nested Data Persistence: focuses on the configuration of multiple storage layers rather than atomic operations on object graphs.
Explore 1 awesome GitHub repository matching data & databases · Persistence Layer Configurations. Refine with filters or upvote what's useful.
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
Allows applying multiple storage layers to different parts of the data tree to support varied storage adapters or granular filtering requirements.