lore-hook-redux
Generates the Redux Store from all the reducers
Generates the Redux Store from all the reducers
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);
}