Astro
Astro is an open-source web framework optimized for building fast, content-focused websites, using an 'islands architecture' that ships minimal or zero JavaScript by default and hydrates only the components that need interactivity.
9 resources across 2 libraries
Glossary Terms(8)
Hugo
Hugo is one of the fastest open-source static site generators available, written in Go, letting developers build websites from Markdown content and templates t…
Astro
Astro is an open-source web framework optimized for building fast, content-focused websites, using an 'islands architecture' that ships minimal or zero JavaScr…
Qwik
Qwik is a JavaScript web framework built around "resumability" — serializing application state and event-handler wiring directly into HTML so pages become inte…
Partial Hydration
Partial hydration is a rendering strategy in which only specific interactive portions of a server-rendered page are hydrated with JavaScript on the client, whi…
Islands Architecture
Islands Architecture is a web application design pattern in which a page is rendered mostly as static HTML, with small, independent, interactive 'islands' of c…
Qwik (framework)
Qwik is an open-source JavaScript web framework built by Builder.io, designed around the concept of 'resumability' — serializing application state and event li…
SolidStart
SolidStart is the official full-stack meta-framework built on top of SolidJS, providing file-based routing, server-side rendering, streaming, and deployment ad…
Astro (framework)
Astro is an open-source web framework focused on building fast, content-driven websites by rendering components to static HTML at build time and shipping zero…