What problem does it solve? Building modern web interfaces requires juggling React 19 features, Next.js 15 App Router patterns, state management, accessibility, and performance optimization all at once. This Skill provides expert guidance for implementing production-quality frontend code without missing critical details like Core Web Vitals, ARIA patterns, or proper error boundaries. ## Core Features & Use Cases - React 19 & Next.js 15 Implementation: Build Server Components, Server Actions, streaming with Suspense, and advanced routing patterns like parallel and intercepting routes. - State & Data Management: Implement Zustand, TanStack Query, SWR, optimistic updates, and real-time data with WebSockets. - Performance & Accessibility: Optimize Core Web Vitals, implement WCAG 2.1/2.2 AA compliance, and set up testing with React Testing Library, Playwright, and Storybook. - Use Case: Ask it to build an accessible data table with sorting and filtering, or create a form using Server Actions with optimistic updates, and receive typed, production-ready component code. ## Quick Start Build a Next.js server component that streams product data with Suspense boundaries and includes proper loading and error states.