DEV Community

Discussion on: 🌏 Roadmap to Full-Stack Development 🌏

Collapse
 
emmanuele_d profile image
Emmanuele D

In your opinion what is the most versatile framework ? React, Angular or Vue?

Collapse
 
kaiwalyakoparkar profile image
Kaiwalya Koparkar

React. If you learn to React js and you want to learn hybrid development you can switch use React native which s much similar.

Collapse
 
emmanuele_d profile image
Emmanuele D

Thanks man!

Collapse
 
aarone4 profile image
Aaron Reese

I like Vue. I especially like the progressive nature. You can start with just dropping the Vue script from a CDN and coding in your main file with no build steps. Basic concepts of the data object and transpiling, computed, methods and watchers us pretty easy to grasp. Moving to single file components, props and slots felt like a natural progression.
There are more jobs in React and Angular probably pays better but I find both take longer to develop in because there is more boilerplate and I just can't click with JSX. Vue is the spiritual successor to Angular.js which was most older Devs first experience of a front end framework. jQuery doesn't count...

Thread Thread
 
kaiwalyakoparkar profile image
Kaiwalya Koparkar

Oh nice to hear that!

Collapse
 
nayanpatil1998 profile image
Nayan Patil

Go with React