React basics R1: Introduction to React & SetupR2: Understanding JSX (JavaScript XML)R3: Components: The Building BlocksR4: Props (Properties): Passing Data DownR5: Events and Event Handling
React Hooks & State Management R6: State: Managing Component Data (Introducing useState)R7: Conditional Rendering (Showing and Hiding Elements)R8: List Rendering (Arrays)R9: The useEffect Hook (Side Effects)R10: Form Handling in React (Controlled Inputs)
React Advanced R11: Component Communication (Lifting State Up)R12: React Router (Navigation)R13: Context API (Global State)R14: Custom Hooks (Logic Reuse)R15: Optimization and Memoization