Static
Pages Router
Static
In this demo, you'll see that the navigation between pages is practically instant.
Pages Router
This demo uses the Pages Router. The traditional way of developing apps with Next.js. It can feel more straightforward to use. Especially if you're used to writing apps with vanilla React. However, it can get complicated when you start to use some features like caching, SSR, streaming, etc.
Static
All the content on this demo is static. No additional data is being fetched.