React
Prerequisites
Before starting with react, You need to know
Do not continue ahead if you've not read throught these sections first, your experience ahead will be very poor if you don't understand the basics.
Getting Started
Danger
Avoid following video tutorials for getting started with react. A lot of videos dumb-down or skip-over some concepts which are important.
1. React - Getting Started
Read through and follow along Quick Start and Tutorials, these are very good for beginners and also touch on advanced concepts verty well. https://react.dev/learn
2. Next - React Primer
There is a great react foundations course offered by nextjs team https://nextjs.org/learn/react-foundations
Deep Dive topics
Read these topics directly from react docs, they are very important
- https://react.dev/reference/react/useEffect Understand dependencies & cleanup well
- https://react.dev/reference/react/useState