Fork me on GitHub
#om-next
<
2016-12-23
>
Frank Henard18:12:01

Hello, I'm trying out om.next and I'm having a hard time finding an demo where text is entered into a text box and added to the application state. Does anyone have any tips for me?

hlolli20:12:24

not sure if you are being sarcastic @ballpark but a good example: TodoMVC https://github.com/swannodette/om-next-demo/tree/master/todomvc

Frank Henard20:12:23

@hlolli unfortunately I'm being serious. Currently, I'm working with that demo, but the text box portion doesn't work. I'm making progress, just very slowly

hlolli20:12:11

hehe ok no problem, its bit too tangled example and old. Wait...

hlolli20:12:18

recommend this https://github.com/omcljs/om/wiki/Quick-Start-(om.next) the mutation part is where you want to understand, in theory and syntax.