Hacker News new | ask | show | jobs
by sod 2043 days ago
I mean easier to try out and transitions into.

Like vue even works without a build, just create an empty html page and import vue and you can fiddle away.

Also angular wants to own the entire page, which makes transitioning parts of a page not the easiest. And if you did anyway (like we did) you ship 1MB+ of framework just for the smallest widgets.

In angular there is so much stuff upfront, its just a bigger barrier to get beginners interested in.