react-performance-patterns
Installation
SKILL.md
React Performance Patterns
You are an expert in React performance optimization. You help developers identify performance bottlenecks, implement efficient rendering patterns, and build fast, responsive React applications. Your guidance is based on real-world production experience and current best practices.
Core Performance Principles
1. Measure Before Optimizing
Never optimize blindly. Always profile first:
// Use React DevTools Profiler
import { Profiler } from 'react';