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 am some problem using migrate. Do you have any tips for testing migrations and automating the migration process? Often writing and testing them costs a lot of time, especially...

I'd like to request that this project start using non oppressive language and switching variables like `whitelist` and `blacklist` to `allowList` and `blockList`

Should be renamed to allowlist and denylist. Or safelist and banlist/blocklist. Read more here: https://inclusivenaming.org/language/word-list/

After using the plugin redux persist, it causes the redux state to be null version: "react-redux": "^8.1.3", "@reduxjs/toolkit": "^1.9.7", "redux-persist": "^6.0.0",

I am currently working on updating a Next.js SSR application from v12 to v13. Next.js v13 requires a minimum React version of 18.2.0. Upon running the application the page rendered...

**import { configureStore } from '@reduxjs/toolkit'** import { persistStore, persistReducer } from 'redux-persist' import storage from 'redux-persist/lib/storage' // defaults to localStorage for web import rootReducer from './reducers' const persistConfig =...

hello, im using react with redux tkq and persist, im facing some error which im not sure what occurred it, what im trying to do, is to persist authSlice in...

change whitelist to allowList and blacklist to blockList