01
React Fundamentals & JSX
// ...React mental model
Virtual DOMJSX syntaxRendering
Component Architecture
Build modern UIs with React. Components, hooks, state management, and testing.
React mental model
Building blocks of React
Component state
Managing side effects
Reusable logic
Global state without prop drilling
Reducer pattern
memo, useMemo, useCallback
Testing with Vitest
Testing interactions
Controlled forms
Full CRUD with tags and search
Reusable component kit
Component lifecycle timeline
15 minInteractive hooks execution
15 min