Created
February 26, 2018 15:31
-
-
Save ShMcK/09fb64a436b4d2483af27f02b63af074 to your computer and use it in GitHub Desktop.
Simplified Redux API
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 store = new Redux.Store({ | |
initialState: {}, | |
reducers: { count }, | |
middlewares: [api, devTools], | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment