Next.js (latest) App Router with TypeScript. Server-first architecture.
Related Skills: vercel-react-best-practices - USE THIS for performance (bundle size, waterfalls, caching, re-renders, memoization) Check .claude/CLAUDE.md for project-specific conventions Check .cursor/rules/ for project-specific conventions MCP: Use next-devtools MCP server if available for debugging, route inspection, and build analysis.
| New page | Server Component by default | | Data fetching | Server Component async fetch | | Mutations | Server Actions + Zod + revalidatePath | | Styling | MUI sx prop, inline if <100 lines | | State | Server = fetch, Client = useState only when needed |
Sviluppo App Router Next.js con TypeScript. Componenti server, azioni server, memorizzazione nella cache, MUI. Da utilizzare durante la creazione di pagine, componenti, il recupero di dati o la creazione di funzionalità. Fonte: carvalab/k-skills.