DEV Community

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

Collapse
 
jupiteris profile image
Jupiter Programmer

Personally, I think that this is a very good question.
As I am a javascript full stack developer, I have experienced all (React, angular, vue).
As you could be noticed, React is more popular. There are several reasons. I think that the Main Reason is that React is very easy to learn rather than Angular/Vue and can make and manage the well-designed component so that it is easy to manage and keep the project later. And we can improve the speed of development as well.
Personally I am a dedicator in React.
Angular and Vue have a unique characteristic as I noticed.
Angular and Vue both support the two-way data binding while React doesn't have it.
Vue is brilliant to make the style-scoped component and Angular is a good choice for the big project since big-project need an architecture to implement the complex logic.
But to learn Angular is needed some effort while Vue is also easy to learn like react.
That is my just opinion. I will be happy this would be helpful for you.
Thanks

Collapse
 
urielbitton profile image
Uriel Bitton

Very interesting thanks for your input! :)