react-performance

Installation
SKILL.md

React Performance (Web)

Problem Statement

React performance issues often stem from unnecessary re-renders, unoptimized lists, and expensive computations on the main thread. Understanding React's rendering behavior is key to building performant applications.


Pattern: Memoization

useMemo - Expensive Computations

Installs
2
GitHub Stars
11
First Seen
Jun 12, 2026
react-performance — dvasyliev/ai-dev-tools-getting-started