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

persist and rehydrate a redux store

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

The link was outdated. Note, the link is doomed to get out-of-date each time types.ts gets changed.

I mentioned this in an comment on a previous issue, but wanted to mention it here for the sake of visibility. I created a new fork of the project here:...

Hi, sometimes in production i have this crash (Android and iOS both). Platform: `react-native` Config: Only `storage: AsyncStorage` Versions: `"redux-persist": "4.10.2"` `"@react-native-community/async-storage": "1.12.1"`

I am getting a very strange issue with my code that when i try to launch my app useEffects are not called because we are using redux-persist. This was working...

We're using [redux-persist-filesystem-storage](https://github.com/robwalkerco/redux-persist-filesystem-storage) as storage provider for our React Native project and we've been trying to upgrade for a while, however we weren't able to migrate our state from v4...