Skip to content

Instantly share code, notes, and snippets.

@tribou
Last active August 29, 2015 14:23
Show Gist options
  • Save tribou/4a007c4c34a0cfb0a5f4 to your computer and use it in GitHub Desktop.
Save tribou/4a007c4c34a0cfb0a5f4 to your computer and use it in GitHub Desktop.
Todo app constants for React and Flux architecture
// Todo constants
module.exports = {
NEW_ITEM: 'NEW_ITEM',
SAVE_ITEM: 'SAVE_ITEM',
REMOVE_ITEM: 'REMOVE_ITEM'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment