Skip to content

Instantly share code, notes, and snippets.

@eLafo
Created October 25, 2016 14:48
Show Gist options
  • Save eLafo/0827682bbdfbbd669bf302b8360e4304 to your computer and use it in GitHub Desktop.
Save eLafo/0827682bbdfbbd669bf302b8360e4304 to your computer and use it in GitHub Desktop.
{
visibilityFilter: 'SHOW_ALL',
todos: [
{
text: 'Consider using Redux',
completed: true,
},
{
text: 'Keep all state in a single tree',
completed: false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment