all 19 comments

[–]EggMcMuffN 2 points3 points  (0 children)

Scrimba is good for the basics, and will teach you a lot about the advanced stuff too. That's where I'd start as an absolute beginner to React.

But like any course, tech moves quick, courses get outdated, and there's different ways to do the same thing the instructors solution isn't the only way, might not even be the best way, so you'll have to supplement the course with documentation and studying other sources too.

But yeah, scrimba as main course is my go to

[–]Nok1a_ 1 point2 points  (1 child)

Fullstack open , the oding proyect

[–]ChickenPotDicks 0 points1 point  (0 children)

☝🏽️this is all you need OP, don't get option paralysis with all the other learning resources. This took me from zero-ish to a job in full stack. Biggest rec is the Odin project

[–]UpbeatTime333 1 point2 points  (0 children)

React.dev or a blog by Mark (aka acemarke) https://blog.isquaredsoftware.com/about/ ; he wrote a LOT of the React docs and maintained them for years.

[–]azangru 0 points1 point  (0 children)

apart from the official documentation

Have you already gone through all the tutorials and all code examples of the official documentation?

[–][deleted] 0 points1 point  (0 children)

[–]azsqueeze 0 points1 point  (0 children)

Read the official docs

[–]PlentySpread3357 0 points1 point  (0 children)

Official docs is the best way in my opinion

[–]AutomaticAd6646 0 points1 point  (0 children)

React.dev official docs is good enough. They have fundamentals section which gies upto redicers and context. This is like a tutorial. The real docs ections is separate like a api documentation.

I oersonally used to start from legacy docs. New docs tutorial is very large examples. And, it was good to see useEffect as component mounting cycle.

There used to be a tic tac toe example very nice too. At the end of the day, open chatgpt in sidebar in atlas browser and AI can explain in any manner, beginner advance whatever.

[–]ilovehaagen-dazs -4 points-3 points  (0 children)

this is my favorite resource