1,467 packages matching “useCallback”
use-memo-one
v1.1.3 · 3 years ago
useMemo and useCallback but with a stable cache
No known vulnerabilities
react-use-event-hook
v0.9.6 · 3 years ago
Same as React's `useCallback`, but returns a stable reference.
No known vulnerabilities
use-callback-stable
v1.0.2 · 1 year ago
A faster, friendlier, and safer useCallback
No known vulnerabilities
use-custom-compare
v1.5.0 · 1 year ago
It's React's useEffect/useMemo/useCallback hooks, except using custom comparison on the inputs, not reference equality
No known vulnerabilities
@ospm/eslint-plugin-react-unhookify
v1.0.2 · 6 months ago
ESLint plugin to remove React hooks (useMemo, useCallback) and memo HOC for cleaner React code
No known vulnerabilities
eslint-plugin-react-memo
v0.0.3 · 5 years ago
Enforce that all function components are wrapped in `React.memo`, and that all props and deps are wrapped in `useMemo`/`useCallback` so they don’t break memo.
No known vulnerabilities
eslint-plugin-react-no-manual-memo
v1.0.4 · 10 months ago
ESLint plugin for React Compiler users to flag manual memoization (useMemo, useCallback, React.memo), reminding you to let the compiler do its thing ✨
No known vulnerabilities
@arthurgeron/eslint-plugin-react-usememo
v3.0.1 · 2 months ago
This plugin enforces the wrapping of complex objects or functions (which might generate unnecessary renders or side-effects) in `useMemo` or `useCallback`. It also allows you to programmatically enforce the wrapping of functional components in `memo`, and
No known vulnerabilities
use-debounced-callback
v1.0.1 · 6 years ago
The debounced version of useCallback.
No known vulnerabilities
@byteclaw/use-static-callback
v1.1.2 · 5 years ago
React's useCallback hook for function declarations
No known vulnerabilities
use-cleanup-callback
v1.3.0 · 5 years ago
React hook that is a hybrid of useCallback and the cleanup from useEffect
No known vulnerabilities
use-async-effect2
v0.12.2 · 4 years ago
Asynchronous versions of the `useEffect` and` useCallback` hooks that able to cancel internal code by user requests or component unmounting
No known vulnerabilities
rely-use-callback
v0.0.10 · 3 years ago
Rely on useCallback in react app
No known vulnerabilities
babel-plugin-react-persist
v0.2.0 · 7 years ago
Automatically useCallback() and useMemo()
No known vulnerabilities
use-pipe-ts
v2.0.3 · 3 years ago
Pipe-based useCallback react hook
No known vulnerabilities
@slayermass/api-caller
v1.0.2 · 12 months ago
``` import { useCallback } from 'react';
No known vulnerabilities
@thinksharpe/react-compiler-unmemo
v0.6.1 · 5 months ago
Remove useMemo and useCallback hooks from React codebases to leverage React Compiler automatic optimization
No known vulnerabilities
react-use-callback
v0.0.3 · 5 years ago
Solve the useCallback dependency trap 解决useCallback依赖陷阱
No known vulnerabilities
@michael1997/eslint-plugin-react-usememo
v0.1.2 · 3 years ago
Enforce that functions or complex objects that can generate unecessary renders or side-effects are wrapped in `useMemo` or `useCallback`, allow for devs to enforce that functional components be wrapped in `memo` programatically, and that all props and dep
No known vulnerabilities
use-request
v0.5.0 · 5 months ago
Call, observe and persist the result of your async functions with ease of `useCallback`!
No known vulnerabilities