2025-07-23 UTC
#
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