1. 10
    Specify Client Components with Client-side Routing to "use client" in Next.js App Dir
    3m 30s

Specify Client Components with Client-side Routing to "use client" in Next.js App Dir

InstructorBen Patton

Share this video with your friends

Send Tweet

Just like we did in the Migrate a Next.js Pages Route to App Router we will migrate a nested route of the sales routes to the app router

We see some common errors you may run into as you migrate routes such as using the router from next/router, needing to add the "use client" directive, and more