redux-persist
Redux store saver
A tool for persisting and rehydrating Redux stores.
persist and rehydrate a redux store
13k stars
85 watching
866 forks
Language: TypeScript
last commit: 7 months ago
Linked from 2 awesome lists
persistorreduxredux-middlewarestorage
Related projects:
Repository | Description | Stars |
---|---|---|
reduxjs/redux-devtools | Development tools for managing and debugging state changes in software applications. | 14,051 |
redux-observable/redux-observable | A middleware library that enables the composition and cancellation of asynchronous actions to create side effects in Redux-based applications. | 7,850 |
logrocket/redux-logger | A Redux middleware that logs and visualizes application state changes | 5,760 |
redux-utilities/redux-actions | Utilities for creating and managing Redux actions | 6,511 |
redux-orm/redux-orm | A JavaScript library for managing relational data in Redux stores. | 2,951 |
reduxjs/react-redux | Provides an interface between React and Redux for managing state in applications | 23,379 |
reduxjs/redux-toolkit | An opinionated toolset for efficient Redux development | 10,737 |
zalmoxisus/redux-devtools-extension | An extension for debugging and inspecting Redux stores in JavaScript applications | 13,499 |
reduxjs/reselect | A library for creating efficient and composable selector functions to derive data from immutable state. | 19,043 |
redux-saga/redux-saga | Library to manage application side effects in Redux apps using asynchronous flows and Generators | 22,536 |
piotrwitek/typesafe-actions | A utility library for creating and managing Redux actions with typesafe syntax | 2,408 |
cretezy/redux_persist | A tool to persist Redux state in Flutter applications | 130 |
happypoulp/redux-tutorial | A step-by-step tutorial on using Redux for state management in JavaScript applications | 3,755 |
rematch/rematch | A state management library for JavaScript applications that reduces Redux boilerplate and enforces best practices. | 8,473 |
redux-utilities/redux-promise | A middleware for Redux that handles promises in Flux Standard Actions | 2,667 |