import Link from 'next/link'
export default function Page() {
return (
Instant Navigation Mode Demo
This fixture tests the Instant Navigation Mode toggle
in Next.js Dev Tools. When enabled, navigations show only the cached or
prefetched state — dynamic data is not streamed.
How to test
Open Next.js Dev Tools (click the Next.js logo in the
corner).
Toggle Instant Navigation Mode to On. The
indicator turns blue.
Click the link below. You should see the loading skeleton instead of
the final page content.
Click the blue Instant UI only indicator to unblock dynamic
data and resume normal navigation.