const counterPersistConfig = {
key: "counter",
storage: storage
};
const rootReducer = combineReducers({
counterReducer: persistReducer(counterPersistConfig, counterReducer)
});
Created
April 18, 2021 08:28
-
-
Save qkreltms/b3d64916bda5372e3aa48de092ff3246 to your computer and use it in GitHub Desktop.