lore-hook-redux

Generates the Redux Store from all the reducers

middleware

Middleware injected into the dispatch flow, placed at the point between dispatching an action, and the moment it reaches the reducer.

http://redux.js.org/docs/advanced/Middleware.html

middleware: [thunk]