Skip to content

Instantly share code, notes, and snippets.

@saurabhnemade
Created August 13, 2019 03:35
Show Gist options
  • Save saurabhnemade/2f7f4d8e25b919a6f278a6334b258e0c to your computer and use it in GitHub Desktop.
Save saurabhnemade/2f7f4d8e25b919a6f278a6334b258e0c to your computer and use it in GitHub Desktop.
Dynamic Redux Reducers - 1
import { createStore, combineReducers } from 'redux';
import rootReducer from ‘./rootReducer’;
export default createStore(rootReducer);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment