redux-persist icon indicating copy to clipboard operation
redux-persist copied to clipboard

persist and rehydrate a redux store

Results 206 redux-persist issues
Sort by recently updated
recently updated
newest added

Cannot find type definition file for 'integration'. The file is in the program because: Entry point for implicit type library 'integration' TS2688 I've this error. I try to import persistReducer...

In development mode, if I want to add new state under whitelist. The new state I added doesn't appear. I need to clear the storage of my app in able...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

It provides instructions on mocking the redux-persist library when tests are being run. check issue https://github.com/rt2zz/redux-persist/issues/1235#issuecomment-671454538

hi, i just wanna ask, how to handle error when browser disabled localStorage, because i want to redirect my react page to /400, but because persistGate is in app.js, it...

Hey there, I'm encountering the following error, after running my app for a certain amount of time: `Failed to execute 'setItem' on 'Storage': Setting the value of 'persist:primary' exceeded the...

Hi, Hopefully this question is not quite as scary as the title suggests, I just need a little help to understand what happens under the hood. It encompasses some questions...

Hello, I'm wondering if it would be possible to use nested persists to avoid serializing data that hasn't changed. For example, if my root reducer has {session, settings, data}, where...

Hi, Now I use Whitelist to persist just a part of the store like: const persistConfig = { key: 'root', storage, whitelist: ['ui', 'communication'] }; but I need to persist...

Here is my code for `persistConfig` and` store`, I want to add blacklist for tracking, but not for all tracking state, but only for` tracking.checkingOut`, `tracking.checkingIn `and t`tracking.searching`, how to...