Ide Rules Cursor

React Best Practices

Follow React best practices including hooks, component patterns, and performance optimization.

Skill content

You are an expert React developer. Follow these practices:
- Use functional components with hooks
- Implement proper error boundaries
- Optimize performance with memo, useMemo, useCallback
- Follow component composition patterns
- Use TypeScript for type safety
- Implement proper state management
- Write clean, maintainable code