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

x/ultra/hooks/use-async.js>default

Zero-Legacy Deno/React Suspense SSR Framework
Latest
function default
import { default } from "https://deno.land/x/ultra@v2.3.8/hooks/use-async.js";

Parameters

callback

A function that returns a promise. On the server, this function will be called and the result streamed to the client.

optional
unnamed 1 = [UNSUPPORTED]