Skip to content

Instantly share code, notes, and snippets.

@jks8787
Last active August 10, 2017 20:30
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 jks8787/a5f1ac7605283f0b174bc30f82ef6356 to your computer and use it in GitHub Desktop.
Save jks8787/a5f1ac7605283f0b174bc30f82ef6356 to your computer and use it in GitHub Desktop.
types for react+ redux -- Medium Article gist
export const FETCH_STUFF = 'FETCH_STUFF';
export const RECEIVE_STUFF = 'RECEIVE_STUFF';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment