ssr-ssg-advisor
Installation
SKILL.md
SSR/SSG Advisor
Choose the optimal rendering strategy for Next.js pages based on requirements.
Quick Start
Decision criteria:
- SSG: Static content, pre-render at build → Best performance
- ISR: Static with updates, revalidate periodically → Balance of both
- SSR: Dynamic per-request, personalized → Fresh data
- CSR: Client-side only, highly interactive → User-specific