enhancing create store in redux code example
Example: enhancing create store in redux
const store = createStore(rootReducer,
window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__(),
applyMiddleware(thunk, reactRouterMiddleware));