Created
July 11, 2019 21:39
-
-
Save iazel/d9e204af1154b8abaaefaf7ddff205a7 to your computer and use it in GitHub Desktop.
Composable Reactive UI / AddTodo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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