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

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

type

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