Intermediate Frontend
React.js
Components, hooks, state management, and virtual DOM.
Building UIs with Components
React builds user interfaces through reusable components.
Key Concepts
- Components and JSX
- Hooks (useState, useEffect, useMemo)
- Props and state
- Server Components (React 19+)