Study Path Agent Study Path Agent
Generate Your Own
React
25 topics across 6 chapters
Chapter 1
Fundamentals of React (JSX, Components, State, Props)
1
JSX Essentials and Syntax
2
Component Patterns and Composition
3
Props and State Management in Components
Chapter 2
Modern React and Hooks
4
useState and useEffect Basics
5
useMemo, useCallback, and Performance
6
useReducer and Complex State
7
Custom Hooks and Abstractions
Chapter 3
Context and State Management
8
Context API Fundamentals
9
State Management with Context + useReducer
10
Global State Patterns in React
Chapter 4
Routing and Navigation in React
11
React Router Basics
12
Route Guards and Auth Flows
13
Code Splitting and Lazy Loading
Chapter 5
Styling and UX in React
14
CSS-in-JS and Theming
15
CSS Modules and Scoped Styling
16
Utility-First Styling (Tailwind) in React
Chapter 6
Testing React Apps
17
Testing React Components with RTL
18
End-to-End Testing with Cypress