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

x/hono/jsx/hooks/index.ts>useMemo

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable useMemo
import { useMemo } from "https://deno.land/x/hono@v4.0.3/jsx/hooks/index.ts";

type

<T>(factory: () => T, deps: readonly unknown[]) => T