React Development Guide This skill provides comprehensive guidelines, patterns, and best practices for React development in this project. Quick Start 1. Best Practices : For component architecture, state management, and TypeScript integration, read 2. Element wrappers : If a component renders a single native element ( , , , …), extend that element’s props ( ) and spread — see Extend native element props below and → Extending HTML Elements . 3. useEffect Patterns : For understanding when to use (and avoid) useEffect, read 4. Data Fetching : For TanStack Query patterns, use the skill 5. Forms :…