Hacker News new | ask | show | jobs
by Karupan 3146 days ago
I personally have been bitten by the two way binding and CSS in JS "feature" more than once. As an angular developer for two years, it frustrated me to no end.

React took time to learn, but it was definitely worth it. The one way data flow and explicit event handling (aka no ng- or v- tags) just seems cleaner to me.

Of course this is no way a critique of Vue. Its a great framework for people who want that sort of thing.