Skip to content

Instantly share code, notes, and snippets.

@mvbattan
Created November 28, 2018 20:38
Show Gist options
  • Save mvbattan/603c176658590107a975e02f601c62b9 to your computer and use it in GitHub Desktop.
Save mvbattan/603c176658590107a975e02f601c62b9 to your computer and use it in GitHub Desktop.
Configuring CR
import { combineReducers as CR } from 'redux';
import { wrapCombineReducers } from 'redux-recompose';
const combineReducers = wrapCombineReducers(CR);
const rootReducer = combineReducers({
// Add here your reducers like always.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment