Skip to content

Instantly share code, notes, and snippets.

@iazel
Created July 11, 2019 21:39
Show Gist options
  • Save iazel/d9e204af1154b8abaaefaf7ddff205a7 to your computer and use it in GitHub Desktop.
Save iazel/d9e204af1154b8abaaefaf7ddff205a7 to your computer and use it in GitHub Desktop.
Composable Reactive UI / AddTodo
const AddTodo = (store: TodoStore) => hc('div', [
input(store),
submit(store)
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment