import { useCallback } from "https://deno.land/x/netzo@0.3.91/deps/preact/hooks.ts";
Returns a memoized version of the callback that only changes if one of the inputs
has changed (using ===).
Parameters
callback: T
import { useCallback } from "https://deno.land/x/netzo@0.3.91/deps/preact/hooks.ts";
Returns a memoized version of the callback that only changes if one of the inputs
has changed (using ===).