nextjs-ssr-optimization
CommunityTurbocharge Next.js SSR/SSG/ISR performance.
Authorzero-rehq
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill guides engineers to optimize rendering performance in Next.js projects across SSR, SSG, ISR, and streaming to reduce latency and improve perceived UX.
Core Features & Use Cases
- Server Components by default with minimal use of "use client" to maximize server-rendered performance
- Streaming and Suspense boundaries to improve data-loading UX without blocking interactivity
- ISR and generateStaticParams for dynamic static routes and incremental content updates
- Parallel data fetching patterns (e.g., Promise.all) to avoid waterfall fetches
- Guidance on server-first data fetching and caching strategies to minimize client-side work
Quick Start
Run the analyze-ssr.sh script against your Next.js project to generate an SSR optimization report. Then apply Server Components by default, add Suspense boundaries for streaming data, configure ISR and generateStaticParams for dynamic routes, and use parallel data fetching. Re-run the analyzer to verify improvements.
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: nextjs-ssr-optimization Download link: https://github.com/zero-rehq/opencode-kit/archive/main.zip#nextjs-ssr-optimization Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.