Skip to content

Instantly share code, notes, and snippets.

@Sawtaytoes
Created April 25, 2019 05:29
Show Gist options
  • Save Sawtaytoes/0fe2ebb2009cf8d2d937e97264c1898f to your computer and use it in GitHub Desktop.
Save Sawtaytoes/0fe2ebb2009cf8d2d937e97264c1898f to your computer and use it in GitHub Desktop.
var store = (
createStore(stateModifiers)
)
store
.subscribe([
initMiddleware,
loadingMiddleware,
])
store
.dispatch({
type: 'INIT'
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment