Hacker News new | past | comments | ask | show | jobs | submit login

Isnt vue.js a MVVM library with 2-way data binding? It works well. As far as I know, Aurelia is also a modern mvvm library.



> Isnt vue.js a MVVM library with 2-way data binding? It works well.

Not for me. I ended up just following the old way - on change handler to handle the changes in the form. It eliminated lot of issues/bugs.


Vue is nice because it takes the boilerplate out of simple variables that map to <input> while also supporting events for more complicated data flow.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: