Render Strategy Decision

Choose the right rendering strategy per Next.js route — SSG / ISR / SSR / CSR / Streaming + Suspense — driven by data shape, not by page type. Use when adding a new route, when a route unexpectedly renders dynamically, when performance issues prompt re-evaluation, or when a code review flags inconsistency. Not for diagnosing Core Web Vitals regressions (use rendering-performance) or tuning fetch/cache policies (use api-caching-optimization).

JayKim88 Updated

File contents

JayKim88/claude-ai-engineering/tree/main/plugins/frontend-toolkit/skills/render-strategy-decision commit 842b318802

Frequently asked questions

npx skillmds@latest add jaykim88/render-strategy-decision