1,220 packages matching “usememo”
use-memo-one
v1.1.3 · 3 years ago
useMemo and useCallback but with a stable cache
No known vulnerabilities
eslint-plugin-usememo-recommendations
v1.0.2 · 2 years ago
ESLint plugin for avoiding useMemo overdose
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-shallow-memo
v1.1.1 · 2 months ago
a simple useMemo for objects
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 · 3 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
@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
@pansy/use-creation
v0.2.4 · 2 years ago
useCreation 是 useMemo 或 useRef 的替代品
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
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
@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
@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
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
react-state-toolkit
v0.0.26 · 3 years ago
React global store based exclusively on React build-in hooks useEffect, useMemo, useRef and useState.
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
use-init
v0.1.2 · 2 years ago
It's sorta like useMemo without your linter yelling at you
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
@aleclarson/use-memo-one
v1.1.1 · 5 years ago
useMemo and useCallback but with a stable cache
No known vulnerabilities