• #dev 2025-07-23
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2025-07-23 UTC
# 20:41
sugardave
Astro has the ability to do full SSG, full SSR, or a hybrid approach. It can also integrate multiple UI frameworks and display components from them in a single page, so you can have a React SSR component for a section and a Svelte component for another section. Each of those components can be either static or server-rendered in a "server island". You can make it as simple or complex as you want/need it to be