DEV Community

ZDev1Official
ZDev1Official

Posted on

What JavaScript Framework Should I Learn?

Hi! I need to learn a new js frame work!

And I need your opinion, so I have Angular, React, Vue, tell me in the comments, what should I choose

Have a great day!

Top comments (5)

Collapse
 
ziizium profile image
Habdul Hazeez

Ask yourself the following questions:

  • Why do I need to learn a framework?
  • Which framework should I learn? (as stated in your post: Angular, React, or Vue).
  • When you decide, is the framework suitable for the project at hand? (if you have a project in mind).
  • What is the learning curve of the framework?
  • Are there enough learning materials on the Web?
  • If not, is the framework documentation easy to navigate?
Collapse
 
zdev1official profile image
ZDev1Official

Yes! You're right!
But I am asking you now, what do you recommend me?

Collapse
 
lukasdoesdev profile image
Lukas Does Dev

In my opinion i prefer React just for the easiness sake. It's also nice to use it on the server side if i'm just testing and need to render some HTML elements to a string. For me, Angular has a pretty big learning curve especially with the different services and modules.

Collapse
 
zdev1official profile image
ZDev1Official

Thanks for your suggestion!

Collapse
 
xpuu profile image
Martin Kase

It kind of depends where you want to work. Big companies prefers react and angular. I hate Facebook and despise Google. I like to work on interesting projects in smaller teams. Vue.js, driven purely by community, was a clear winner for me. I also use Svelte in my latest projects. Having the chance by using the framework to kind of interconnect with the mindset of people like Evan You, Rich Harris and the people around them helps me to grow.