What problem does it solve? Building modern React and Next.js applications requires juggling server components, state management, performance budgets, and accessibility standards, and this Skill provides expert guidance across all of these concerns in one place. ## Core Features & Use Cases - React 19 & Next.js 15 Development: Implements Server Components, Server Actions, streaming with Suspense, and App Router patterns. - Performance & Accessibility Optimization: Diagnoses Core Web Vitals issues, applies code splitting, and enforces WCAG 2.1/2.2 AA compliance with ARIA patterns. - State & Data Architecture: Designs data fetching with TanStack Query, SWR, Zustand, and optimistic update patterns. - Use Case: Ask it to build an accessible data table with sorting and filtering, or to refactor a slow client component into a streaming Server Component with proper loading states. ## Quick Start Ask the assistant to build a Next.js page with a Server Component that streams data and includes an accessible, responsive UI.