← learn
platform·6h · advanced · 4 lessons · 3 labs · 1 case study

Frontend Platform Labs

Production-grade frontend platform work — component APIs, design tokens, codemods, prod triage, and migration strategy.

0 of 4 lessons complete

How labs work

  1. Follow the steps in the task panel.
  2. Edit the highlighted file — usually the highlighted file.
  3. Watch the preview update as you type.
  4. Run tests when you think you are done.
  5. Open hints if you get stuck — they reveal one at a time.

After this path

  • Design stable compound component APIs
  • Normalize design token schemas across themes
  • Write safe AST codemods for migrations
  • Triage production errors from observability evidence
  • Ship a strangler migration slice behind feature flags

Lesson runbook

  1. Compound Component API

    60 min · guided lab

    Refactor a leaky Tabs component into a stable compound API with React context.

    Continue here →
  2. Design Token Drift

    50 min · guided lab

    Normalize a broken token schema and remove hard-coded colors from components.

  3. Sentry Triage

    45 min · case study

    Trace a production checkout error from stack trace, breadcrumbs, and deploy diff.

  4. Strangler Migration Slice

    60 min · guided lab

    Ship a new data grid behind a feature flag while legacy UI keeps running.