react-patterns
Installation
SKILL.md
React Patterns
When to Use
Use this skill when building React components with TypeScript in strict mode. Covers React 19 changes, component architecture, custom hooks, performance optimization, error boundaries, code splitting, and accessibility patterns.
1. React 19 Changes
ref as Regular Prop
forwardRef is no longer needed. Components accept ref directly: