🦀
- Uzbekistan
-
05:14
(UTC +05:00)
Pinned Loading
-
useCustomMemo
useCustomMemo 1import { useRef } from "react";
23type TCallback = () => void | void;
4type TDepsList = readonly unknown[];
5export function useCustomMemo(callback: TCallback, deps: TDepsList) {
-
useCallback
useCallback 1import { useRef } from "react";
2import { hasChanged } from "./hasChanged";
34type Callback = () => void | void;
5type Deps = readonly unknown[];
-
useEffect
useEffect 1import { useRef } from "react";
2import { hasChanged } from "./hasChanged";
34type Callback = () => void | void;
5type Deps = readonly unknown[];
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.