Route as Modal in Next.js

This is an example of how to do routing as a modal in Next.js, where when the user clicks a link, content is shown within a modal, but when the user refreshes the page, they are on a dedicated page for that content. This is a technique used by both Instagram and Reddit.

In the process we'll learn about the Next.js router and how to do dynamic linking.