Design Astro site rendering strategy
astro-coreskillsetup L1★0
Sheshiyer/skill-clusters ↗What it does
Choose Astro rendering mode and content
Best for
Aligning rendering (SSG/SSR/hybrid + server islands) and content across an Astro site
Inputs
- · Content type
- · Hydration directive
Outputs
- · Rendering decision + Content Layer choice
Preconditions
Astro project configured; no adapter needed for static-only
Failure modes
- · Whole app static when SSR needed → build >10min
- · Over-hydrating → unnecessary JS
Trust signals
- · Decision matrix table provided
- · Island/hydration rules with mobile tradeoffs