Hacker News new | past | comments | ask | show | jobs | submit login

I've found that I generally prefer using Vue when sprinkling JS snippets over static or server rendered HTML.

Vue is definitely lighter than jQuery, and the reactive model with components tends to work better. Also you don't need any building process (Babel, Webpack, etc) unlike React. You can perfectly write your templates in the DOM.

That said, for some use cases I still prefer using vanilla or a Cash (a jQuery replacement).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: