Section 08: Advanced Topics

Build more complex features! This section covers creating new pages, building components, working with forms, and advanced TypeScript.

What You'll Learn

  • Creating new routes from scratch
  • Building reusable components with TypeScript
  • Understanding form handling and state
  • Client vs server components
  • Advanced TypeScript patterns

Why This Matters

These skills let you build real features, not just modify existing code. You'll go from contributor to creator!

Estimated Time

4-6 hours (complex topics, take your time)

Sections

  1. Creating New Pages - Add routes to the site
  2. Building Components - Reusable UI pieces
  3. Working with Forms - Interactive components
  4. Understanding TypeScript Types - Type safety

Prerequisites

Complete sections 00-07 before starting this section. These topics build on everything you've learned!

Next Steps

Creating New Pages →