What problem does it solve? It provides expert guidance for building modern web user interfaces, helping you implement React 19 and Next.js 15 features correctly while avoiding common performance, accessibility, and state management pitfalls. ## Core Features & Use Cases - Component Development: Build React components using Server Components, Server Actions, Suspense, and modern hooks like useOptimistic and useTransition. - Performance & Accessibility: Optimize Core Web Vitals, implement WCAG 2.1/2.2 AA compliance, and apply code splitting and lazy loading strategies. - State & Data Fetching: Design client-side state with Zustand, Redux Toolkit, or TanStack Query, including real-time updates via WebSockets. - Use Case: When you need to create an accessible data table with sorting and filtering, or set up a form with Server Actions and optimistic updates, this Skill provides production-ready TypeScript code with proper error boundaries and loading states. ## Quick Start Ask the assistant to build a React component or fix a frontend issue, for example: create an accessible form with Server Actions and optimistic updates in Next.js.