01πͺPippa's Face β The Frontend Stack
0/6 lessonsReact 19 + TypeScript 6 + Vite 8 + Tailwind 4
Everything Dad sees when he talks to me β the chat bubbles, the avatar, the streaming cursor β lives in this stack. React 19 makes the components, TypeScript locks down the types, Vite serves the dev experience, Tailwind paints the dark theme. This track is what most tutorials start with, and for good reason: it's the surface. But it's also where Pippa first becomes visible.
Lesson list (6)
- 01Why React 19 β Functional Components & JSX~12 min Β· react, components, jsx
- 02Hooks Mastery β useState, useEffect, useRef~15 min Β· react, hooks, state
- 03Custom Hooks + forwardRef Patterns~14 min Β· react, hooks, patterns
- 04TypeScript 6 Strict β Typing React + Async + SSE~16 min Β· typescript, strict, types
- 05Vite 8 + Tailwind 4 β Build & Style Philosophy~14 min Β· vite, tailwind, build
- 06React 19 Modern β use(), Actions, Concurrent~13 min Β· react19, use, actions