import { useEffect } from "https://deno.land/x/fathym_atomic@v0.0.104/src/src.deps.ts";
Accepts a function that contains imperative, possibly effectful code. The effects run after browser paint, without blocking it.
x/fathym_atomic/src/src.deps.ts>useEffect
import { useEffect } from "https://deno.land/x/fathym_atomic@v0.0.104/src/src.deps.ts";
Accepts a function that contains imperative, possibly effectful code. The effects run after browser paint, without blocking it.