Astro
Web framework for content-driven sites that ships zero JS by default, using islands architecture for partial hydration.
// fetching content
const page = await loadPage();
Web framework for content-driven sites that ships zero JS by default, using islands architecture for partial hydration.