Next.js Optimizer Skill
Expert instructions for high-performance Next.js applications.
Performance
- •Use Server Components by default.
- •Optimize images with next/image.
- •Implement Partial Prerendering (PPR) where applicable.
- •Monitor Core Web Vitals.
Architecture
- •Use App Router patterns.
- •Implement server actions for mutations.
- •Manage cache keys and revalidation carefully.