Skip to content

Instantly share code, notes, and snippets.

@linuxenko
Created April 19, 2016 09:07
Show Gist options
  • Select an option

  • Save linuxenko/74e5b4de382d7dcf2606ad99945d2017 to your computer and use it in GitHub Desktop.

Select an option

Save linuxenko/74e5b4de382d7dcf2606ad99945d2017 to your computer and use it in GitHub Desktop.
const logger = createLogger();
const store = createStore(
combineReducers({
items,
filter
}),
window.devToolsExtension ? window.devToolsExtension() : f => f,
applyMiddleware(logger)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment