This is a very good guide imo: https://andreasbm.github.io/web-skills/
Ask HN: Good React courses for a complete beginner?
11–16 of 16 posts
Re: Ask HN: Good React courses for a complete beginner?
#12Start with The Odin Project: https://www.theodinproject.com/ It defers to FreeCodeCamp where beneficial but overall puts a greater focus on setting up an actual developer environment instead of doing everything in a sandbox. It's a bit more challenging for that reason, but overall better for your progression. The Odin Project does go through React, but I'd actually recommend switching to FullStackOpen once you hit th…
Re: Ask HN: Good React courses for a complete beginner?
#13I agree with the other poster that starting with HTML and JavaScript is beneficial to have a better understanding of React and what it does for you. I’d recommend the curriculum at FreeCodeCamp, where you can work through the HTML course, the JS course, and then go to the React course. It’s a nice (and free) introductory path with a good balance between guided problems and open-ended projects, and there’s a great dea…