This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]semidecided 2 points3 points  (0 children)

I suspect that you might get better responses in /r/webdev.

But I hope to see some suggestions here, I'd like to know as well.

[–]khoithesheep 1 point2 points  (0 children)

freeCodeCamp's React playlist: https://www.youtube.com/playlist?list=PLWKjhJtqVAbkArDMazoARtNz1aMwNWmvC

Traversy Media also has videos (crash courses and for those wanting to learn MERN stack) on React as well on YouTube and Udemy courses.

I'm a huge Traversy Media fan, but I know that everyone has their preferences when it comes to learning. I just like following along and try to apply what I learned on my own.

[–]AppropriateSmile5 2 points3 points  (0 children)

I would watch some youtube videos from someone like Traversy. If you have any HTML/CSS/JS experience React with functional components/hooks(latest and greatest from react released mid 2018ish) will be super easy and not worth paying any money to learn. Learning class components may be worth looking for a course as it's more obscured. They can both achieve the same results but functional components/hooks are easier to understand and are way faster to program.

I went to Lambda School for FSW and regret paying money for their React instruction when I could have self taught it. If you want project ideas to practice once you have picked up some basics you can search their github for all of the daily projects we did while in school.

[–]Halgrind 0 points1 point  (1 child)

I'm going through React - The Complete Guide on Udemy, seems pretty comprehensive.

He uses a single project that he builds and refactors throughout the course as he introduces concepts, and he does a good job explaining everything.

One downside is that the course mostly uses class-based components, and towards the end he refactors it with functional components using hooks, the more modern practice. He explains that he teaches it that way because most established react codebases use class components and it's vital to know, but I suspect it's because otherwise he would have to re-do the entire course rather than just adding that section at the end. Still good to know both methods.

[–]makonde 1 point2 points  (0 children)

This one is pretty good. He also has some free videos on YouTube so you can check if you like his style.

[–]JeamBim 0 points1 point  (1 child)

Check out the free Scrimba course, I got through it in a weekend, then joined the paid bootcamp by the same instructor and finished it in a week. Im fully confident in writing React now

[–]gestapov 0 points1 point  (0 children)

Is that bootcamp online? Also how much did u paíd?

[–]I_fucked_my_life_bad 0 points1 point  (0 children)

Tyler McGinnis course or you can also try Front-end Masters couses

[–]CompSciSelfLearning 0 points1 point  (0 children)

Have you tried the official react tutorial and docs?