DEV Community

Discussion on: React, Angular or Vue JS? Which do you prefer and why?

Collapse
 
n3m3s7s profile image
Fabio Politi • Edited

Denitely Vue + Typescript for me (Is quite different than regular vue2 SFC, waiting for vue3).

Reason: it Just feel Natural to me, the code Is Easy to understand and read/write (especially with TS class/property/mixin decorators).

Me and my team are very productive with Vue, and at the end of the day I think that sometimes It Is wiser to choose the stack that can brings You value, robustness and Speed.

However we study React a lot, in order to avoiding to remain "static" and to Always take a look to other approaches.

Angular never felt the "spark" with It, but since I am full-stack I cannot study/use everything.

btw and imho I think Svelte Is very promising, but I never used It in production.

Bye, Happy coding ;)

Collapse
 
urielbitton profile image
Uriel Bitton

Very insightful thanks!

Collapse
 
urielbitton profile image
Uriel Bitton

I was also wondering, how is vue different than react or jquery and why would you use vue instead of react for exampe?