Skip to content

Instantly share code, notes, and snippets.

@mateoKaradza
Created September 27, 2017 11:13
Show Gist options
  • Save mateoKaradza/827428ea18512f6bdcf43dc29c9aae0e to your computer and use it in GitHub Desktop.
Save mateoKaradza/827428ea18512f6bdcf43dc29c9aae0e to your computer and use it in GitHub Desktop.
const store = compose(
applyMiddleware(thunk)
)(createStore)(reducers,
window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment