Installation for redux persist: import { persistStore, persistReducer } from ‘redux-persist’; For persistReducer is wrap your app’s root reducers and pass it to the persistStore function it ensures your redux state is stored to persisted storage whenever it changes.