Skip to content

Instantly share code, notes, and snippets.

@pablopaul
Created November 21, 2016 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pablopaul/f530bf3fef6fb356adc759572f76653d to your computer and use it in GitHub Desktop.
Save pablopaul/f530bf3fef6fb356adc759572f76653d to your computer and use it in GitHub Desktop.
Redux Store Dispatch Action
store.dispatch(
{
type: 'CHARACTER_TYPED',
char: 'x'
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment