1,290 packages matching “usememo”
use-memo-one
v1.1.3 · 4 years ago
useMemo and useCallback but with a stable cache
No known vulnerabilities
eslint-plugin-usememo-recommendations
v1.0.2 · 3 years ago
ESLint plugin for avoiding useMemo overdose
No known vulnerabilities
@arthurgeron/eslint-plugin-react-usememo
v3.0.1 · 4 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-shallow-memo
v1.1.1 · 3 months ago
a simple useMemo for objects
No known vulnerabilities
@ospm/eslint-plugin-react-unhookify
v1.0.2 · 7 months ago
ESLint plugin to remove React hooks (useMemo, useCallback) and memo HOC for cleaner React code
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
@hmans/use-const
v0.0.1 · 4 years ago
A simple `useConst` hook for when you don't trust `useMemo`. ;-)
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 · 11 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
eslint-plugin-no-usememo-generics
v1.0.9 · 1 year ago
A custom ESLint plugin to prevent generics in useMemo function calls.
No known vulnerabilities
babel-plugin-react-persist
v0.2.0 · 7 years ago
Automatically useCallback() and useMemo()
No known vulnerabilities
@smart-hooks/use-smart-memo
v4.0.2 · 5 years ago
Make useMemo predictable
No known vulnerabilities
@triquetra/ui
v2.3.7 · 1 year ago
```tsx import { useMemo, useState } from 'react'; import { useLocation } from 'react-router-dom'; import { AppLayout, IMenuNavItemsProps, ISidebarProps } from '@triquetra/ui';
No known vulnerabilities
@pansy/use-creation
v0.2.4 · 2 years ago
useCreation 是 useMemo 或 useRef 的替代品
No known vulnerabilities
@aleclarson/use-memo-one
v1.1.1 · 5 years ago
useMemo and useCallback but with a stable cache
No known vulnerabilities
@st-lib/use-async-memo
v1.0.0 · 6 years ago
React useMemo for async functions
No known vulnerabilities
@thinksharpe/react-compiler-unmemo
v0.6.1 · 7 months ago
Remove useMemo and useCallback hooks from React codebases to leverage React Compiler automatic optimization
No known vulnerabilities
eslint-plugin-no-useless-usememo
v0.1.2 · 1 year ago
Disallow trivial useMemo calls that provide no performance benefit
No known vulnerabilities
use-compares
v1.0.2 · 4 years ago
Deep, custom and deterministic comparison for useEffect, useLayoutEffect, useMemo and useCallback React hooks.
No known vulnerabilities
use-params-memo
v1.0.0 · 5 years ago
React's useMemo hook with a parameterized function
No known vulnerabilities