Created
August 13, 2019 03:35
-
-
Save saurabhnemade/2f7f4d8e25b919a6f278a6334b258e0c to your computer and use it in GitHub Desktop.
Dynamic Redux Reducers - 1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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