Next.js page options and how they work
Creating pages is an integral part of any framework. Today we'll be looking at three different types of pages that we can leverage in Next.js.
Static pages (/about, /contact)
Dynamic page content (/posts/all)
Dynamic page paths (/posts/1, posts/2)
...
h.daily-dev-tips.com4 min read
Usman Sabuwala
Learning web development, running a YouTube channel
This seems like a great feature Chris! Btw, while mapping through the
shows, you set thekeyto a string.It should be
key={show.id}