Skip to content

Instantly share code, notes, and snippets.

@tannerlinsley
Created October 23, 2016 05:24
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 tannerlinsley/b33d4ca696b6815b62ba0ff3842c6a8d to your computer and use it in GitHub Desktop.
Save tannerlinsley/b33d4ca696b6815b62ba0ff3842c6a8d to your computer and use it in GitHub Desktop.
import CounterState from './counterState'
const incrementAction = CounterState.increment()
dispatch(incrementAction)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment