Skip to content

Instantly share code, notes, and snippets.

@StevenJL
Created January 23, 2016 23:25
Show Gist options
  • Save StevenJL/6adc1190a9ebbd4a8c04 to your computer and use it in GitHub Desktop.
Save StevenJL/6adc1190a9ebbd4a8c04 to your computer and use it in GitHub Desktop.
{
type: "ADD_TODO",
text: "Write an article comparing 'Sexy and the City' with 'War and Peace'"
}
{
type: "COMPLETE_TODO",
index: 5 // refers to the index in the array which this todo presumably lives in
}
{
type: "SET_VISIBILITY_FILTER",
filter: "SHOW_COMPLETED"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment