Astro Basics Cheat Sheet
Astro Essentials
- Components:
.astrofiles mix HTML + JavaScript + framework islands. - Layouts: Reusable
.astrofiles wrapping content with<slot />. - Routing: File-based, just add
.astroundersrc/pages/. - Static vs SSR: Default is static output. Enable SSR with adapters.
- Deploy: Works on GitHub Pages, Netlify, Vercel, Cloudflare Pages.