usePreload
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.
import usePreload from "ultra/hooks/use-preload.js";
usePreload(href)
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.
import usePreload from "ultra/hooks/use-preload.js";
usePreload(href)