Skip to content

Instantly share code, notes, and snippets.

@gilankpam
Created May 29, 2017 00:17
Show Gist options
  • Save gilankpam/0132f03a57682090d3f7819923b3edbc to your computer and use it in GitHub Desktop.
Save gilankpam/0132f03a57682090d3f7819923b3edbc to your computer and use it in GitHub Desktop.
import { createStore, applyMiddleware } from 'redux'
import reducers from './reducers'
import myMiddleware from './middleware'
const store = createStore(reducers, applyMiddleware(myMiddleware))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment