lore-hook-redux

Generates the Redux Store from all the reducers

configureStore

Configure the Store used by the application

http://redux.js.org/docs/api/createStore.html

configureStore: function(rootReducer, preloadedState, enhancer) {
  return Redux.createStore(rootReducer, preloadedState, enhancer);
}