Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

Web Framework built on Web Standards
Very Popular
Go to Latest
variable useEffect
import { useEffect } from "https://deno.land/x/hono@v4.2.8/jsx/hooks/index.ts";

type

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