TTCErembodegem / TTC-React-Front

Gulp! It's the materialization of the React-Redux-Hotloaded-Webpacked-Expressly-Bootstrapped-and-Babelified-brand-new front end for the new website
http://ttc-erembodegem.be/
MIT License
3 stars 0 forks source link

redux devtools #125

Closed Laoujin closed 6 years ago

Laoujin commented 8 years ago

Get the Redux devTools chroime extension working.

https://github.com/zalmoxisus/redux-devtools-extension

let store = createStore(reducer, initialState, compose(
  applyMiddleware(...middleware),
  window.devToolsExtension ? window.devToolsExtension() : f => f
));