Skip to content

Instantly share code, notes, and snippets.

@christiannaths
Last active February 14, 2017 00:00
Show Gist options
  • Select an option

  • Save christiannaths/b6bc2f363e5c96a2bb4c9b1d1305e039 to your computer and use it in GitHub Desktop.

Select an option

Save christiannaths/b6bc2f363e5c96a2bb4c9b1d1305e039 to your computer and use it in GitHub Desktop.
my-app/src/store/index.js
import { createStore, combineReducers } from 'redux'
import { settings } from './reducers'
const rootReducer = combineReducers({
settings
})
export default createStore(rootReducer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment