Resources to learn React
Resources to learn React
https://www.simplilearn.com/tutorials/reactjs-tutorial/reactjs-interview-questions
Official documentation
Start with the official documentation here -
There are mixed review about these.
Scrimba
https://scrimba.com/learn/learnreact
It has an interactive video/script editor. The tutorial videos follow, but if you want to pause and make some changes to play around, you can. Highly recommended… and it’s free. The interaction is no joke. I have only did a handful of tutorials and I’m blown away. I feel like I’m retaining way more then I normally would. Thank you, so good. It is a video tutorial… that you can also pause/modify. If you wanted to just watch, you can, and it’ll show you how things are done. I suggest you just take a look, as it’s difficult to explain. “It’s both” Agree. It’s an amazing platform + fantastic instructors. It’s a combination of instructor-led hands-on learning. I’m part of the boot camp and love it but their react course is offered for free.
For reference, the Learn React course has and always will be (AFAIK) free on Scrimba. Although it uses React 17, the only difference React 18 (or even v19 for that matter) introduced that changes anything about the Learn React course is the `createRoot` API, which I added a lesson about after v18 was released. All other content of the course is still relevant, despite using v17.
Resources on YouTube
You can checkout this Repository open-source-react-courses: https://github.com/flashohq/open-source-react-courses
This course will Take your React skills to the next level with the best video lessons from top sources, all in one place. From beginner to advanced, this course has everything you need to become a React expert.
Check these chanels on Youtube : Pedrotech, web dev simplified, codeevolution, lamadev, Dave Gray, Clever Programmer
Stephen Grider
Modern React Redux
On Udemy
Fullstack Open
If you want only React, Brian Holt’s course is nice, complete and free
https://react-v8.holt.courses/
Biggest advice : dont spend too much time watching video, you wont learn redux by watching someone implementing it, but by sweating on it yourself
Codevolution
On YouTube
https://www.youtube.com/@Codevolution my favorite channel to learn react, and it has everything you would need to start building projects.