python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I add new property on redux initial state and get successfuly merged of initial state and local persisted state using redux-persist
I'm having problems trying to add a new property to my redux store, on @@INIT and PERSIST of redux-persist steps all seems to be good but on the REHYDRATE step the redux-persist does not merge my loca...

Fernando Tiburcio
Votes: 0
Answers: 0
Redux toolkit with redux-persist how to store action for online?
I am developing mobile app with react-native, redux toolkit, redux-persist and I need an advice for folowing scenerio. The app basically stores todo tasks between group of people, and they can create ...

David Kristek
Votes: 0
Answers: 0
What is the best way to store objects in React Native; redux-persist or localStorage
I want to store some data in my react native app.
Which one is the best practice; redux-persist or localStorage?

KitKat0225
Votes: 0
Answers: 1
storage is not being update using redux-persist with next-redux-wrapper (Typescript)
I am trying to add redux-persist with next.js using next-redux-wrapper, but storage is not updating , state is lost during page refresh,
Here is my store.ts file :-
import { createStore, applyMiddlewa...
AspDev18
Votes: 0
Answers: 1