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

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

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

type

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