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

I want to save in storage one full reducer, and only one field from other reducer. How can I do this? I found e.g. [this gh issue](https://github.com/rt2zz/redux-persist/issues/277), but all attempts...

Hello! I'm building an application that needs to store sessions for multiple users, and allow swapping between the users. After digging through issues folks have brought up here (especially #1047...

Hello, To reset my store when an user logout, I merge my state with the initial state of my application in redux. When I login, then logout, login again and...

Is it possible to use [watermelon](https://github.com/Nozbe/WatermelonDB) as my db and use redux-persist with Redux-toolkit?

I just added some clarity on how migrations work under the hood to better understand the tool

I've seen the README.md file that contains the task to move test framework from Ava to Jest. This PR is migrating all things from Ava to Jest.

Hello. First of all thanks for your hard work that you put on this library. My problem is that if I use `extraReducers` option in `createSlice` method from `@reduxjs/toolkit` and...

I am building a react-native application with expo SDK36. I am having error when using `AsyncStorage`, it seems that the whole `tree` is not rendered entirely yet because of the...

Unexpected keys "user", "username", "product" found in previous state received by the reducer. Expected to find one of the known reducer keys instead: "loginReducer", "productsReducer". Unexpected keys will be ignored....

So I noticed the other day when [someone in the r/ReactNative subreddit asked what this library does](https://www.reddit.com/r/reactnative/comments/t0qz6z/confused_about_react_native_data_storage_using/) that people were still confused about it's purpose even after reading the docs....