Search results
35 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
useMemo and useCallback but with a stable cache
React hook useEventCallback
The React hooks you know, with added granularity
Asynchronous React Hooks
ESLint plugin for React Compiler users to flag manual memoization (useMemo, useCallback, React.memo), reminding you to let the compiler do its thing ✨
- react
- compiler
- react-compiler
- eslint
- plugin
- linting
- memoization
- memo
- React.memo
- hooks
- react-hooks
- useMemo
- useCallback
- optimization
- View more
Convert a state to a ref when there need to a indirect use the state
Asynchronous versions of the `useEffect` and` useCallback` hooks that able to cancel internal code by user requests or component unmounting
- react
- reactjs
- hook
- hooks
- useEffect
- useCallback
- useAsyncEffect
- use-async-effect
- async
- deepstate
- setState
- promise
- c-promise
- cpromise
- View more
turn recreatable function to a persistent one
React hook that is a hybrid of useCallback and the cleanup from useEffect
Dev-only wasted-render visualizer and memoization advisor for React 18 & 19
- react
- performance
- devtools
- profiler
- wasted-render
- memo
- useMemo
- useCallback
- react-18
- react-19
- typescript
- debugging
ESLint plugin to detect unstable references returned from React hooks
Set of the fastest tools for optimizing the work of a React application
- react
- react-fast
- react-optimization
- react-optimization-tools
- react-tools
- memo
- memo-deep
- useMemo
- useCallback
- memoize
- fast
- fastest
- deep
- compare
- View more
The enhanced version of useCallback that doesn't need deps array and keeps reference the same.
- @react-hookbox
- @react-hookbox/enhanced-callback
- enhanced-callback-hook
- enhanced
- useCallback
- useCallback without deps
- no deps callback hook
- static callback
- not changing callback
- readonly callback
- react
- hook
Composable Hooks for React applications.
- composition-api
- custom-hooks
- frontend
- functional-components
- hooks-library
- lifecycle-management
- react
- react-hooks
- react-performance
- react-utils
- reusable-hooks
- side-effects
- state-management
- typescript
- View more
Remove useMemo and useCallback hooks from React codebases to leverage React Compiler automatic optimization
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
X-ray vision for React re-renders. See exactly which prop, state, or function reference caused a re-render — and whether it was even necessary.
- react
- hooks
- render
- rerender
- debug
- devtools
- performance
- why-did-you-render
- useMemo
- useCallback
- typescript
- nextjs
- vite
- remix
**useRealMemoCallback** - is a React Hook that allows you to cache the definition of a function 1 time, regardless of changing dependencies
A React hook for creating cached callback
An ESLint plugin for React optimization suggestions like useMemo and useCallback.