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:

Related skills
Installs
4
GitHub Stars
1
First Seen
Mar 3, 2026