Skip to content

Instantly share code, notes, and snippets.

@SathinduGA
Last active September 10, 2018 15:12
Show Gist options
  • Save SathinduGA/aeff5daedaead58e11a7e5fec1937485 to your computer and use it in GitHub Desktop.
Save SathinduGA/aeff5daedaead58e11a7e5fec1937485 to your computer and use it in GitHub Desktop.
Action Types
export const COUNTER_ADD = 'COUNTER_ADD';
export const COUNTER_SUBTRACT = 'COUNTER_SUBTRACT';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment