Static
App Router
Static
With Next.js prefetching visible static page links, you won't notice much of a difference compared to the Pages Router Static demo.
App Router
This demo uses the App Router. Which is a newer way of developing apps with Next.js. It supports nested layouts, provides built-in solutions for loading states, error handling and data fetching. It defaults to server components and makes it easy to stream additional data from the initial page request.
Static
All the content on this demo is static. No additional data is being fetched.