lore-hook-redux

Generates the Redux Store from all the reducers

preloadedState

Initial state of the Redux store. Any data you specify here will be in the store when the application starts.

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

preloadedState: function() {
  return {};
}