use-memo-one
useMemo and useCallback but with a stable cache
Found 28 results for useCallback without deps
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
The enhanced version of useCallback that doesn't need deps array and keeps reference the same.
Asynchronous versions of the `useEffect` and` useCallback` hooks that able to cancel internal code by user requests or component unmounting
Set of the fastest tools for optimizing the work of a React application
ESLint plugin for React Compiler users to flag manual memoization (useMemo, useCallback, React.memo), reminding you to let the compiler do its thing ✨
turn recreatable function to a persistent one
A collection of React hooks for handling async operations with loading, error states, and data management
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
React hook that is a hybrid of useCallback and the cleanup from useEffect
A React hook for creating cached callback
useMemo and useCallback but with a stable cache
Ferramenta CLI para aplicação automática de memoization em projetos React/Next.js
useRef and useCallback to work with external JavaScript
better useCallback with helpers
Reack hook toolkit to trigger useEffect, useLayoutEffect, useCallback and useMemo when a condition on dependencies is met.
An ESLint plugin for React optimization suggestions like useMemo and useCallback.
Solve the useCallback dependency trap 解决useCallback依赖陷阱
一个好用的react hook工具库
Like useCallback, but supports imperative recapturing and always returns stable reference
**useRealMemoCallback** - is a React Hook that allows you to cache the definition of a function 1 time, regardless of changing dependencies
ESLint plugin to enforce useCallback usage in React custom hooks
React withStable HOC
React memo with functional props supports
A react hook for stable callbacks executed as effects