Astro
Astro SSR vs SSG Testing Patterns
Astro's hybrid rendering model is one of its most powerful features — you can mix static site generation (SSG) and server-side rendering (SSR) in the same project, choosing per page. A blog index might be static, a user dashboard SSR, and a product page somewhere in between with