Skip to content

Instantly share code, notes, and snippets.

@codemilli
Last active February 21, 2016 04:25
Show Gist options
  • Save codemilli/94a368f807bbd0d42609 to your computer and use it in GitHub Desktop.
Save codemilli/94a368f807bbd0d42609 to your computer and use it in GitHub Desktop.
application state design
{
"visible": "SHOW_ALL",
"todos": [
{
"id": 1,
"text": "",
"completed": false
},
{
"id": 2,
"text": "",
"completed":false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment