use-memo-one
useMemo and useCallback but with a stable cache
Found 26 results for useCallback
useMemo and useCallback but with a stable cache
React hook useEventCallback
The React hooks you know, with added granularity
Asynchronous React Hooks
Convert a state to a ref when there need to a indirect use the state
Ferramenta CLI para aplicação automática de memoization em projetos React/Next.js
Asynchronous versions of the `useEffect` and` useCallback` hooks that able to cancel internal code by user requests or component unmounting
React hook that is a hybrid of useCallback and the cleanup from useEffect
turn recreatable function to a persistent one
For projects that may or may not run on a browser, like websites with SSR, sets all browser global variables like `window` or `document` as eventually undefined for better type-proofing
Set of the fastest tools for optimizing the work of a React application
The enhanced version of useCallback that doesn't need deps array and keeps reference the same.
Solve the useCallback dependency trap 解决useCallback依赖陷阱
ESLint plugin to enforce useCallback usage in React custom hooks
一个好用的react hook工具库
Like useCallback, but supports imperative recapturing and always returns stable reference
useRef and useCallback to work with external JavaScript
useMemo and useCallback but with a stable cache
An ESLint plugin for React optimization suggestions like useMemo and useCallback.
React withStable HOC
A react hook for stable callbacks executed as effects
Reack hook toolkit to trigger useEffect, useLayoutEffect, useCallback and useMemo when a condition on dependencies is met.
A React hook for creating cached callback
better useCallback with helpers
React memo with functional props supports
**useRealMemoCallback** - is a React Hook that allows you to cache the definition of a function 1 time, regardless of changing dependencies