DEV Community

Discussion on: What is your favourite JavaScript framework?

Collapse
 
napoleon039 profile image
Nihar Raote

My favorite framework is the one I started with - Vue. It's amazing, easy to learn and easy to integrate in existing projects. The way it quietly handles events and other stuff, without bogging us down is awesome. I'm not saying the other frameworks are worse, but I think Vue is a bit more subtle.

My new favorite thing is using Vanilla JavaScript for the majority of the code and sprinkling Vue over it to handle reactivity 😏