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
1
GitHub Stars
412
First Seen
9 days ago
react-performance — aiskillstore/marketplace