Created
April 19, 2016 09:07
-
-
Save linuxenko/74e5b4de382d7dcf2606ad99945d2017 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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