redux-persist provides different storage to persist data like local storage, session storage or async storge. We will use the local storage . We need the combineReducers function to group up all the reducers into one so that we can pass it to the redux-persist.
Read more