A simple in-memory cache for node and browser, based on Map.
useMemo and useCallback but with a stable cache
Require hook for automatic V8 compile cache persistence
React useContextSelector hook in userland
easy persisted memo object
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.
Collection of custom memo primitives. They extend Solid's createMemo functionality while keeping the usage similar.
SPL Memo Program JS API
ESLint plugin for "use no memo" directive with React libraries incompatible with React Compiler
Memoization decorator that caches function results based on arguments. Returns cached results for subsequent calls with the same arguments.
Memoization utilities
JavaScript client for the Memo program
Decorator for caching the results of your method calls using lodash.memoize
ESLint plugin for React Compiler users to flag manual memoization (useMemo, useCallback, React.memo), reminding you to let the compiler do its thing ✨
Generic memoization with Map and WeakMap
Automatically add displayName properties to your React project.
Daemonize the things out.
Javascript library for constructing transactions on the Stacks blockchain.
Layered memoization style cache helper
Cache dispatched actions and prevent repeated requests and heavy actions.
Read and write .dbf (dBase III & Visual FoxPro) files in Node.js
A react component that integrates with Azure AD (v2, MSAL).
A polymorphic clone operator for arbitrary object graphs
ESLint plugin to remove React hooks (useMemo, useCallback) and memo HOC for cleaner React code