What problem does it solve? Building modern web interfaces requires juggling React 19 features, Next.js 15 App Router patterns, performance budgets, and accessibility standards all at once. This Skill provides expert guidance for implementing production-quality frontend code without missing critical details like error boundaries, loading states, or Core Web Vitals optimization. ## 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, ARIA patterns, and keyboard navigation. - Use Case: Ask it to create a form using Server Actions with optimistic updates, and receive typed TypeScript code with proper error handling, loading states, and accessibility attributes. ## Quick Start Ask the assistant to build an accessible data table component in Next.js 15 with sorting, filtering, and Tailwind CSS styling.