Routing: Parallel Routes | Next.js
Came across this Next.js functionality while trying to get something else working. I'd never heard of it before but could immediately think of a bunch of different examples where it would've been useful. Bookmarking so that I remember to come back and try it out.
Simultaneously render one or more pages in the same view that can be navigated independently. A pattern for highly dynamic applications.
nextjs.org/docs/app/building-your-application/routing/parallel-routes