Skip to main content
CMSquestions

Build-website-cms-astro

IntermediateQuick Answer

Key Takeaways

  • Astro ships zero JavaScript by default, making CMS content pages extremely fast
  • Content is fetched in the frontmatter (server-side) and rendered as static HTML
  • Astro supports React, Vue, Svelte, and other frameworks for interactive components
  • Content collections can work alongside CMS content for hybrid approaches
  • Astro's island architecture adds interactivity only where needed