DEV Community

Discussion on: Vue.js vs. React — Not Your Usual Comparison

Collapse
 
npongracic profile image
Nebojša Pongračić

I tried both React and Vue and i would choose React over Vue any time of day.
Vue's magical state management is precisely the thing that will bite you in the a** eventually. It works most of the time, but not all. Why isnt it working? Who knows.

Also there are the vue specific attributes you need to learn or resort to React like logic like JSX to do complex stuff.

Not to mention that Vue 3 is really really trying hard to be React so why just not use React?

PS: I don't get how JSX is considered confusing for people who've used HTML, it looks exactly like HTML. You can even use class instead of className and it will work, React will just complain about it.