DEV Community

Sham Gurav
Sham Gurav

Posted on

5 1

Should I start learning React or is it too late ???

Top comments (37)

Collapse
 
thi3rry profile image
Thierry Poinot • Edited

It's never too late, if you are a js dev, you must one day, work on a react project.
Like Vue or angular.
Learning the 3 let you choose which one you prefer ;) and learn you a lot of things about VanillaJS

Collapse
 
shamgurav96 profile image
Sham Gurav

Thanks Thierry ✌️ . I was just avoiding learning react but I will not do that anymore.

Collapse
 
davidwilliam_ profile image
David William Da Costa

i agree with you, better we learn about vanilla js before using library/framework.because, if you had basic about vanillajs its easy to you understand why you using framework.

Collapse
 
arrefl profile image
Ariel Reyes

React is not everything.
Is you can program anything will be a problem.

Collapse
 
lexlohr profile image
Alex Lohr

React is still very prevalent in the business world, so if you want to learn something that gets you employed, it's a sensible choice.

Still, react suffers from a few unfortunate design decisions. To their credit, the react maintainers work hard to improve their library while remaining backwards compatible. That gives some other frameworks an edge over react, which is only partially compensated by a thriving ecosystem.

Collapse
 
spaboi profile image
SPABOI

Nah bro. You’re never late to learn for anything. Learning can be done anywhere anytime. And just to mention React is an amazing app developing framework so it’s a really good place to start mastering a fundamental framework of the development community. So nope. You’re just in time.

Collapse
 
jordandev profile image
Jordan Jaramillo

It's never too late to start, personally if you already master js you can start learning reactJS it's a very good library and highly demanded currently I recommend it because they send me messages on linkedin every day for react developer positions then you could learn nextJS it's also very defendant.

Collapse
 
shamgurav96 profile image
Sham Gurav

Thanks for your advice. I'll start to learn react and then next.js . Afterall both of them based on JavaScript only so it'll not be that hard I guess.

Collapse
 
gass profile image
Gass • Edited

Why would it be late? React from my point of view is easier to learn now than a couple of years ago due to the introduction of hooks.

It takes time to get good at it though. I would say about a year. It may seem easy at the beggining but as you do more stuff you start to discover how little you actually know.

More than anything React is fun, intuitive and by far my favorite front-end library. I would recommend it to any developer.

Collapse
 
skylersaville profile image
Skyler Saville

I’ve been a Vue dev for 4+ years. It’s just how my brain works now. I recently started working with React. Sure, there are things in React that I was like, “what?!”, but overall it’s like eating a different flavor of ice cream. I love ice cream either way. It was surprisingly easy to pick up on things, enough that I decided to go rogue after reading a little bit of documentation. Have fun, break stuff, learn and progress… it’s the dev way! 😅

Collapse
 
taepal467 profile image
Chantae P.

No it's not too late. I myself am learning how to code and have yet to learn about ReactJS. Once I have the fundamentals down of JavaScript, then I will learn about React.

Collapse
 
pearce profile image
pjos.xyz

Learning to code also! React and now Next js. I really dig the component driven approach, it's a nice easy mental model to get into. Been looking at Storybook as well to power up the development/design side of things.

Collapse
 
philliprichdale profile image
Phillip Richdale

If you want to do VDOM stuff, make money with it and focus on one Toolkit only, then learn React. It has it's downsides, but it's the leader in use and ecosystem and will only become obsolete when VDOM libraries disappear alltogether. ... Which actually might start happening soon.

If you want to skip VDOM solutions for the render side of things, use JS template literals with libraries such as lit or HyperHTML. Those use the newest browser features and don't need VDOM anymore and thus are notably faster and leaner. But they're not all that popular just yet and may find replacement by completely native webcomponent features. They also may lack extended integration with other features such as routing or extended state handling.

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

Hope this answers the question:

npmtrends.com/angular-vs-react-vs-vue

Collapse
 
gerson_dev profile image
Gerson Minichiello

This is the new version of Angular:

npmtrends.com/react-vs-vue-vs-@ang...

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

You're right sorry.
Anyway there's no much difference as you can see, React is still way above that.
Angular2 + Vue together group less than the half of the React usage.

Collapse
 
imcheesecake profile image
Freddie

Nothing is ever too late to learn! Something is always better than nothing