Created
July 20, 2017 17:58
-
-
Save baptistemanson/c6e6f63dcc1723ea7242927819c9c4c7 to your computer and use it in GitHub Desktop.
This file contains 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 store = createStore( | |
reducer, | |
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