React Deep Dive

concept bundles — hooks mastery → patterns → concurrent React → performance → animations → TanStack Router ← all tutorials
🔗 Companion section Where ../frontend/react/ (4 bundles) teaches the basics, this section goes deep. frontend/react/ →

Phase 1 — Hooks Mastery

The foundation of advanced React: useReducer, useRef, useMemo, Context, custom hooks, useLayoutEffect.

Phase 2 — Component Patterns

Composition techniques for flexible, reusable component APIs.

Phase 3 — Concurrent React & React 19

Suspense, transitions, deferred values, external stores, form actions.

Phase 4 — Performance

React.memo, re-render profiling, virtualized lists, code splitting.

Phase 5 — Animations

CSS transitions, View Transitions API, Framer Motion, spring physics.

Phase 6 — TanStack Router Deep Dive

The full course: route tree internals, type inference, loaders, search params, preloading, nested context, code splitting, auth patterns, devtools.

Each bundle = a working zero-dep .html demo with a [check: OK] gold-check + a static .md guide. Styling: Tailwind v4 via CDN. React 19 via ESM CDN + Babel standalone. Workflow: ../skills/concept-builder/SKILL.md. Build plan: TODO.md.