Hacker News new | ask | show | jobs
by klysm 1375 days ago
> Vue2 is the only of these three that can be added to a webpage with a script tag. In that sense, it is a lot more simple than the other options.

Is that really that big of a differentiator? I definitely see the appeal especially in getting stuff out the door quickly, but I wouldn’t consider it in a comparison.

2 comments

It was to me. And a good portion of Vue2 frameworks were built with that in mind, which is kinda nice.

I know the other poster said you could so react with a script tag... just looked and apparently it is possible... but I don't know many people who use it that way. Something new I learned though.

It's also not true, React can be used with a single script tag
Is there documentation / examples around this concept? I remember getting something basic working in 2015 but nothing where you just drop in a script tag anywhere