React memo highlight dev tool
useMemo and useCallback but with a stable cache
React useContextSelector hook in userland
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.
ESLint plugin for "use no memo" directive with React libraries incompatible with React Compiler
Monkey patches React to notify you about avoidable re-renders.
ESLint plugin for React Compiler users to flag manual memoization (useMemo, useCallback, React.memo), reminding you to let the compiler do its thing ✨
SVGR command line.
Automatically add displayName properties to your React project.
easy persisted memo object
Collection of custom memo primitives. They extend Solid's createMemo functionality while keeping the usage similar.
Add a __source prop to all JSX Elements
Add a __self prop to all JSX Elements
Turn JSX into React function calls
Eslint plugin for converting decorated anonymous functions to named functions.
Mark top-level React method calls as pure for tree shaking
Add displayName to React.createClass calls
Babel preset for all React plugins.
Turn JSX into React function calls in development
SPL Memo Program JS API
ESLint plugin to remove React hooks (useMemo, useCallback) and memo HOC for cleaner React code
A react component that integrates with Azure AD (v2, MSAL).
Layered memoization style cache helper
Treat React JSX elements as value types and hoist them to the highest scope