Skip to content

Instantly share code, notes, and snippets.

@ShMcK
Created February 26, 2018 15:31
Show Gist options
  • Save ShMcK/09fb64a436b4d2483af27f02b63af074 to your computer and use it in GitHub Desktop.
Save ShMcK/09fb64a436b4d2483af27f02b63af074 to your computer and use it in GitHub Desktop.
Simplified Redux API
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