Next.js — fullstack-разработка с App Router
★ 6.6 · web-development
nextjs-developer is a Claude Code skill that covers full-stack development of Next.js 14+ applications using App Router, React Server Components, and Server Actions. It guides the entire workflow: defining app architecture and file-based routing with layouts and loading states, setting up data fetching with native fetch, caching, and ISR revalidation, optimizing images with next/image and fonts with next/font, and implementing SEO through the Metadata API. TypeScript strict mode is required throughout; Server Components are the default, and Pages Router is explicitly excluded. Deployments target Vercel or self-hosted environments, with a Core Web Vitals score goal above 90. Reference documents for App Router, Server Components, Server Actions, Data Fetching, and Deployment are loaded contextually, making this skill well-suited for building production-grade, performance-focused Next.js projects.
- #nextjs
- #react-server-components
- #app-router
- #typescript
- #vercel
- #seo
- #performance