react-code-dataset
/
next.js
/test
/development
/app-hmr
/fixtures
/default-template
/app
/bundler-runtime-changes
/page.tsx
| import Link from 'next/link' | |
| export default function RuntimeChangesPage() { | |
| return ( | |
| <Link href="/bundler-runtime-changes/new-runtime-functionality"> | |
| Click me | |
| </Link> | |
| ) | |
| } | |