---
title: "Islands Architecture"
url: https://daily.dev/posts/islands-architecture-07aorfu73
source_url: https://www.patterns.dev/posts/islands-architecture/
type: article
source: "Community Picks"
published: 2022-09-27T08:20:17.784Z
updated: 2024-08-13T02:12:30.637Z
tags: ["architecture", "astro", "html", "javascript", "performance"]
reading_time: 7
upvotes: 105
comments: 5
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Islands Architecture

**[Community Picks](https://daily.dev/sources/community)** · 7 min read · 105 upvotes · 5 comments

## Summary

Islands architecture borrows concepts from different sources and aims to combine them optimally. Marko is an open-source framework developed and maintained by eBay to improve server rendering performance. Astro: Astro is a static site builder that can generate lightweight static HTML pages from UI components built in other frameworks such as React, Preact, Svelte,

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.patterns.dev/posts/islands-architecture/>

## Community discussion

Top comments from developers on daily.dev.

**@appsyoda** · 2 upvotes

> This is very interesting architecture for frontend.
>
> I think more and more companies should adopt it to improve SSR.
>
> There should be more resources and articles around this

**@ghost** · 1 upvotes

> The script is required only for interactive elements!

**@anam0927** · 0 upvotes

> Isn't Remix also one of the frameworks that supports this?
>
> Remix also loads all the HTML first and then render the scripts only for the interactive components

**@bendevweb** · 0 upvotes

> great article to read

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#architecture](https://daily.dev/tags/architecture), [#astro](https://daily.dev/tags/astro), [#html](https://daily.dev/tags/html), [#javascript](https://daily.dev/tags/javascript), [#performance](https://daily.dev/tags/performance)

[View this post on daily.dev](https://daily.dev/posts/islands-architecture-07aorfu73)
