Astro Operations Comprehensive patterns for Astro framework development: islands architecture, content collections, rendering strategies, view transitions, and multi-platform deployment. Rendering Strategy Decision Tree Configuration Islands Architecture Quick Reference | Directive | Hydrates When | JS Shipped | Use Case | |-----------|--------------|------------|----------| | | Immediately on page load | Full bundle | Above-fold interactive (nav, hero CTA) | | | After page is idle ( ) | Full bundle | Below-fold interactive (comment form, chat) | | | When scrolled into viewport | Full bundle…