DEV Community

Discussion on: Vue or React?

Collapse
 
benn983 profile image
Andrea Benato • Edited

In my first job I used React as main js framework, Now I'm using vue at my current job.
They are different with pros and cons, personally I like more React than Vue, and I'm currently use it in my side projects.
In my opinion there isn't any best framework, but some valuable frameworks that can be used to achive what you want.
For example I like more React in event handling, but Vue for Vuex or animations, the big difference is who writes the code and how it has been written, because you can create mess with both (and I have seen really crazy things in both frameworks)!
The only thing I can say about them is that React innovate more and before than Vue (Vue3 has copy a lot of React stuff) just because there is Facebook behind the scenes!

So at the end pick one, try it, and then if you like it, you can use and master it or if you don't like it you can simply pick and try the other!