Skip to content

Instantly share code, notes, and snippets.

@tetsuo
Created July 14, 2017 16:16
Show Gist options
  • Save tetsuo/c1f9efe285455caa15862ec076f7c255 to your computer and use it in GitHub Desktop.
Save tetsuo/c1f9efe285455caa15862ec076f7c255 to your computer and use it in GitHub Desktop.
xus-example-index-3
const state = State.create({
todos: [
{ title: "Get coffee", done: false },
{ title: "Wake up", done: true }
]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment