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.