Hacker News new | ask | show | jobs
by camus 4761 days ago
I was like you until i try Angular ...

Having an entire data driven view save loads of time,trust me. You can have complexe nested objects, and you dont have to worry about how the view will be updated. Change a value in the object , and the view updates. And Angular works very well with jquery plugins once you get the directive thing.

I still use Backbone for "brochure" sites and campains though, when i port old Flash sites to HTML5.