Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

type

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