Skip to content

Instantly share code, notes, and snippets.

@qkreltms
Created April 18, 2021 08:31
Show Gist options
  • Select an option

  • Save qkreltms/b317fc9f2d01bc3441b23fd243d0f80c to your computer and use it in GitHub Desktop.

Select an option

Save qkreltms/b317fc9f2d01bc3441b23fd243d0f80c to your computer and use it in GitHub Desktop.
const rootReducer = combineReducers({
  counterReducer: persistReducer(counterPersistConfig, counterReducer)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment