What problem does it solve? Building modern web interfaces requires keeping up with rapidly evolving frameworks like React 19, Next.js 16, and Vue 3.5, and developers often struggle to apply correct patterns for server components, server actions, state management, and performance optimization. ## Core Features & Use Cases - Framework Patterns: Provides implementation guidance for React 19 server components, cache() API, Suspense, Next.js 16 App Router, Server Actions, ISR, and Vue 3.5 Composition API with Pinia. - Component Architecture: Covers design tokens, CVA variants, compound components, and accessible components with focus management and ARIA attributes. - Performance Optimization: Includes code splitting, dynamic imports, image optimization, memoization, virtualization, and Web Vitals tracking. - Use Case: When building a dashboard page, use this Skill to structure async server components with Suspense boundaries, wire up a form with useActionState and Zod validation, and lazy-load heavy chart components. ## Quick Start Ask the AI to build a Next.js page with a server action form and an accessible dialog component following modern React patterns.