Hacker News new | ask | show | jobs
by jpkeisala 3380 days ago
I also like a lot Vue. I have implemented one project with NG2. What I did not really realized on NG2 until "too late" that it is true SPA framework, it does not work well like NG1 where I could just have parts of site (or page) as an "app" and the rest would be normal website. But Vue does that perfectly and so easy to learn comparing to Angular and React.
1 comments

Could you clarify this a bit, what is the big difference here between AngularJS and Angular in terms of how much of the page you have to put under its control? I am just picking up Angular, coming from v1.
With angular there is no easy way of mixing it with html content from a CMS (something that was powerful with angularjs).