- React: Official react website.
- Create React App: You don't need to learn and configure many build tools. Instant reloads help you focus on development. When it's time to deploy, your bundles are optimized automatically.
- W3Schools React Learn the basics of react js.
- React Tutorial: Learn React in an interactive environment. Understand how React works not just how to build with React.
- Scrimba React Learn React js with projects.
- [Vite React] (https://vitejs.dev/guide/) A more efficent way to develop your projects in React
- Awesome React: A collection of awesome things regarding React ecosystem.
- React Developer Roadmap: Comprehensive roadmap chart for becoming a React developer.
- The Beginner's Guide to React: This course is for React newbies and anyone looking to build a solid foundation. It’s designed to teach you everything you need to start building web applications in React right away.
- Sonny's Youtube channel: Learn React by building clones. Pro tip-Avoid putting these projects in your portfolio
- FreeCodeCamp learn React: In this course, you'll learn how to create different React components, manage data in the form of state props, use different lifecycle methods like componentDidMount, and much more.
- FreeCodeCamp learn React: In this course, you'll learn React by means of 15 projects that you can follow along... plus useful tricks for coding and much more.
https://www.youtube.com/watch?v=a_7Z7C_JCyo
-
Setting up React Redux App For Production: Setting up React Redux application for production and hosting in AWS EC2.
-
Practical React Query: A huge series from one of React Query's maintainers. Started in 2020, but is still going, and still very helpful.
-
Bulletproof-react: A simple, scalable, and powerful architecture for building production-ready React applications - GitHub repository.
- React Tutorial For Beginners: This react video is aimed for beginners, so if you have never worked with react before this will be a good start.
- Full React Course 2020: This is one of my favourite videos, explaining React concepts by mean of useful examples....plus a handful of interesting trick for coding ;)
- React Handbook for Beginners - freeCodeCamp: This is a freeCodeCamp website that is designed to be like a beginner's handbook to learning the basics of React.