1. 3
    Routing between Dynamic Routes in Nextjs
    2m 2s

Routing between Dynamic Routes in Nextjs

InstructorDomitrius Clark

Share this video with your friends

Send Tweet

After setting up some base routes and defining some endpoints, we can use Nextjs's Link component and useRouter to link back and forth between your defined routes. We can pass in variables to our dynamic routes and use that to call specific endpoints for our data.