1. 19
    Refactor Dynamic CustomerId API Route Handler to a React Server Component
    4m 23s

Refactor Dynamic CustomerId API Route Handler to a React Server Component

Share this video with your friends

Send Tweet

By converting our dynamic customerId Route Handler to a React Server Component we'll be able to get the benefits of streaming data to our application.

This means we will be able to split our data loading into different Suspense boundaries that can render when each receives the data it needs.