What problem does it solve?
This Skill helps teams analyze and select the most suitable web rendering pattern (CSR, SSR, SSG, ISR, or streaming) to optimize performance, SEO, and user experience across diverse applications.
Core Features & Use Cases
- Pattern overview: CSR, SSR, SSG, ISR, and streaming with trade-offs explained.
- Decision guidance: when to use each pattern based on SEO needs, data freshness, and interactivity.
- Performance & delivery: guidance on metrics like TTFB, FCP, and streaming benefits; integration considerations.
- Use cases: dashboards needing interactivity (CSR), marketing pages needing SEO (SSR/SSG), content sites with updates (ISR), long pages with progressive rendering (Streaming).
- Implementation planning: how to map a real project to a chosen pattern and a minimal hydration strategy.
Quick Start
- Analyze a page and decide the rendering pattern best suited for SEO and interactivity.
- Outline the implementation steps for the chosen pattern in a concise plan.
- Example prompt: For a marketing blog with frequent updates and SEO requirements, propose an SSG/ISR hybrid and a hydration strategy.