DEV Community

Discussion on: What is your #1 favorite web framework?

Collapse
 
frondor profile image
Federico Vázquez

Vue 3 because of the new reactivity system and composition API. Since the only thing I didn't like of Vue was Vuex, no I don't need it anymore.
Also, what I like most of Vue is its CLI. It let's you scaffold a top-notch frontend project ready for production, without the need of "ejecting" for extendability. The PWA plugin and "modern" mode is simply amazing.