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>useLayoutEffect

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

type

(effect: () => void | (() => void), deps?: readonly unknown[]) => void