Skip to main content
Run any Skill in Manus
with one click

typescript-react-perf

Stars14
Forks2
UpdatedMarch 25, 2026 at 16:20

Use when writing/reviewing TypeScript, React, or React Native code. Enforces zero-waste patterns: monomorphic shapes, Map/Set for O(1) lookups, pre-allocated arrays, no hidden class mutations. React: let React Compiler handle memoization — do NOT add manual memo/useCallback/useMemo unless absolutely necessary. No inline objects in JSX, stable keys. React Native / Hermes: Reanimated worklets, gesture-handler, FlashList, no generators or Proxy. Check project's existing libs first.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly