react-development
Installation
SKILL.md
React Development (TypeScript)
Type-safe React patterns for React 18 and 19. Compile-time guarantees enable confident refactoring.
Key Patterns & Documentation
- references/react-19-patterns.md — React 19 forwardRef removal, useActionState, use()
- references/hooks.md — Type-safe useState, useRef, useReducer, useContext
- references/event-handlers.md — Typed event handlers (Mouse, Form, Keyboard)
- examples/generic-components.md — Generic Table and Component Patterns
- examples/server-components.md — Server Components, Actions, and async patterns
Vercel React Best Practices
Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 58 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.