Skip to content

Instantly share code, notes, and snippets.

@nanotroy
Created May 30, 2019 22:22
Show Gist options
  • Select an option

  • Save nanotroy/c28a1b387633d3387b3f4e79882f500f to your computer and use it in GitHub Desktop.

Select an option

Save nanotroy/c28a1b387633d3387b3f4e79882f500f to your computer and use it in GitHub Desktop.
const AddTodo = (store: TodoStore) => h('div', [
input(store),
submit(store)
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment