Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ultra/hooks/use-preload.js

Zero-Legacy Deno/React Suspense SSR Framework
Go to Latest
import * as ultra from "https://deno.land/x/ultra@v2.3.1/hooks/use-preload.js";

Functions

This hook will insert a <link rel="preload" /> tag into the head of the server render document. During client side transitions, this won't do anything.