Skip to content

Instantly share code, notes, and snippets.

@StevenJL
Created January 23, 2016 23:45
Show Gist options
  • Save StevenJL/6f507621ea9c65be96ca to your computer and use it in GitHub Desktop.
Save StevenJL/6f507621ea9c65be96ca to your computer and use it in GitHub Desktop.
import { combineReducers } from 'redux'
import * as reducers from './reducers'
// if you have 50 reducers, you don't need to import
// them all individually
const todoApp = combineReducers(reducers)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment