react
Installation
SKILL.md
What I do
- Write modern React with hooks (useState, useEffect, useCallback, useMemo)
- Use TypeScript for type safety
- Follow component composition patterns
- Implement proper state management
- Handle forms with React Hook Form
- Use React Query for data fetching
- Optimize performance with memo and lazy loading
- Write integration tests with React Testing Library
When to use me
When creating React components, hooks, or applications.
Component Patterns
import React, { useState, useCallback, useMemo } from 'react';