/layout.js @ 1688734135567 [Home]
/app-router/layout.js 0 @ 1688734135568 [Back To App Router]
/app-router/page.js 0 @ 1688734135714

App Router

These pages demonstrate how different features of the app router work.

The next/link component is used for client-side routing. You'll notice red outlines highlighting the parts of the page that are inserted dynamically as you navigate.

This demonstrates that client-side routing is being used. You can also hard refresh any url to see that full html content is also returned when a deep path is requested.