Tag Archive

Tagged: Islands Architecture

1 Post

Islands architecture is the frontend pattern that ships mostly-static HTML with selective hydration of interactive components ('islands') only where dynamic behavior is actually needed. Pioneered by Astro and adopted by other frameworks (Marko, Eleventy with Is-Land, others), the pattern dramatically reduces JavaScript shipping for content-heavy sites. Articles cover the architectural pattern and the frameworks that implement it.

Posts tagged Islands Architecture