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

SAP is dropping the use of master/slave and blacklist/[whitelist](https://www.techtarget.com/whatis/definition/whitelist). It wants its language to be as inclusive as possible and is replacing the well-known terms with alternatives, depending on usage....

I'm getting some huge performance issues (not entirely redux-persist's fault), but I can see 'createPersistoid' eating huge amounts of CPU in Chrome's performance tools. Anyways, I hear it's worth trying...

When using `persistor.purge()` can I purge only some data, but not all?

Hello I would like to ask you if there is any way to use PersistGate component with something like 'onHydratationCompleted' callback? I'm using redux-persist in React Native application and it...

How would I implement a "remember me" checkbox like every login has, with redux-persist? My problem is that we must call persistStore(store) before the store is created, but I'd need...

Just an update to the README which currently links to types.js (which no longer exists)

Can't resolve `'redux-persist/constants'` in 'projects/proto12/node_modules/redux-persist-crosstab' currently using these dependencies ` { "dependencies": { "react": "^16.4.2", "react-dom": "^16.4.2", "react-redux": "^5.0.4", "react-router": "^3.0.0", "redux": "^3.6.0", "redux-persist": "^5.10.0", "redux-persist-crosstab": "^3.7.0", "redux-thunk": "^2.2.0", }...

Here I am trying to persist PatientsReducer as well as AuthReducer. When doing just for AuthReducer it is working as expected. But when including PatientsReducer in the whitelist array the...

I'm using v4 and localForage to store the state. Looking at the source code of `redux-persist` I think It is trivial to add couple of lines to notified whether persisting...