79638732

Date: 2025-05-26 10:20:50
Score: 1.5
Natty:
Report link
import Link from 'next/link'
 
export default function Home() {
  return (
    <Link href="/dashboard" prefetch="hover">
      Dashboard
    </Link>
  )
}

You can set the prefetch option on links to "hover".

https://nextjs.org/docs/pages/api-reference/components/link#prefetch

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Oscar Hermoso