Skip to content

Instantly share code, notes, and snippets.

@Sawtaytoes
Last active April 25, 2019 04:04
Show Gist options
  • Save Sawtaytoes/a524433b617f525c441f40388b59d498 to your computer and use it in GitHub Desktop.
Save Sawtaytoes/a524433b617f525c441f40388b59d498 to your computer and use it in GitHub Desktop.
var dispatch = function(action) {
stateModifiers[action.type]
&& stateModifiers[action.type](action)
return action
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment