Course lesson
Specify Client Components with Client-side Routing to "use client" in Next.js App Dir
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
- Duration
- 4 min
- Access
- Free
- Transcript
- Retained from source evidence
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