React Best Practices Overview Apply modern React patterns to build maintainable, performant, and testable applications. This skill covers React 18/19 features including Server Components, hooks best practices, component composition, error boundaries, Suspense, context optimization, and rendering performance. It complements the senior-frontend skill with React-specific depth. Announce at start: "I'm using the react-best-practices skill for React-specific patterns." --- Phase 1: Analyze Component Requirements Goal: Understand the component's responsibility and data requirements before coding. A…