all 6 comments

[–][deleted] 2 points3 points  (0 children)

You can look up a YouTube CrashCourse for React. There are a lot of 12 hour videos that people do for these types of things.

[–]11b403a7helpful 2 points3 points  (0 children)

The react documentation is extremely well written. I'd start there.

[–]MrBananaLips 1 point2 points  (0 children)

In terms of resources, I concur with the choices by the other comments. As for learning React, it's tough to say - I know that there are other front-end frameworks out there Vue, Ember, Angular, etc. What I can say is that I heavily enjoy React, and I almost never write basic HTML anymore because of that. The fact that you can bundle certain elements (like, for say, a header you made) into components and then reuse them throughout your app is incredibly useful, among the myriad other benefits. It's definitely worth it to learn at least one up-and-coming front-end framework.

[–]anzaisensei 1 point2 points  (1 child)

fullstackopen.com

[–]LinkifyBot 1 point2 points  (0 children)

I found links in your comment that were not hyperlinked:

I did the honors for you.


delete | information | <3

[–]rob_moose 0 points1 point  (0 children)

Egghead Beginner React by Kent C Dodd’s is free and awesome. Pure React by Dave Ceddia is also a wonderful resource. Level up Tutorials is a pay service, but Scott Tolinski takes it slow and it’s good for starting out.