redux-persist
redux-persist copied to clipboard
persist and rehydrate a redux store
In current documentation about `createTransform()` it unclear `inboundState` and `outboundState` parameters are full redux states to be serialized/deserialized or a value of a field of the state: ```js import {...
Hey guys, Great solve for the persistence problem, although I have an issue. ``` ``` When the app is rendered from the server, the react component tree is already created...
After purging there are no more calls to persistence. I call purge when user logs-out, but if they re-login Persist does not work anymore. I need to crash the app...
I am changing some things in the reducer yet the changes are not visible. The previous reducer persists. Eventhough I reset my application my changes to the reducer never apply....
## Current Behavior ## `nx run my-app:serve` throws error: `Uncaught TypeError: Cannot read properties of null (reading 'useContext')` Error does not appear when I remove `persistStore` and `PersistGate`. ## Expected...
Hello, As the title states, after just setting up a very basic redux-persist configuration using local storage, I'm seeing a very strange bug where two 'persist/REHYDRATE' actions are seen. The...
Hello everyone, I am working on a small project with only two reducers one to store group Info (only id) and one for map Info (more complex start point, endpoint,...