Module

x/nano_jsx/components/link.ts>Link

🎯 SSR first, lightweight 1kB JSX library.
Go to Latest
class Link
extends Component<Props>
import { Link } from "https://dotland.deno.dev/x/nano_jsx@v0.0.33/components/link.ts";

A simple Link component Add <Link prefetch ..., to prefetch the html document Add <Link prefetch="hover" ..., to prefetch the html document on hovering over the link element.