AI AGENT ADDONS

Make your Next.js app faster and smoother. This guide focuses on Core Web Vitals like LCP, INP, and CLS. You will learn to optimize images with next/image and fonts with next/font to reduce layout shifts.

Use Server Components and Suspense streaming to load pages progressively. Apply caching strategies with unstable_cache and revalidateTag. Reduce bundle size by converting Client Components to Server Components.

These techniques work with Next.js 16 and React 19. They help your site rank better in search results and give users a fast experience.

Add Nextjs Performance skill to your workflow

Global

mkdir -p ~/.claude/skills/nextjs-performance

Project

mkdir -p .claude/skills/nextjs-performance

Source Repository

Stars
293
Forks
33
Watchers
293
License
MIT
Last Push
29 days ago
Created
9 months ago