Skip to content

Commit 825b1d7

Browse files
update to represent is-land's activity
1 parent 064063e commit 825b1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Ever since I tried Astro and discovered their concept of "Islands" (which they p
193193

194194
If you're new to component islands, think of it as fancy lazy-loading. You can set different triggers for when a component's JS assets load (on page load, on idle, on scroll into view). When that event fires, only the necessary assets are loaded.
195195

196-
There's a neat library from the 11ty team called is-land that could work well here. I'll probably start by integrating it directly, but after looking at their source code, I might end up bringing it in and customizing it for django-bird's specific needs.
196+
There's a neat library from the 11ty team called [is-land](https://github.com/11ty/is-land) that could work well here. It has been a while since it has had any updates, which is not necessarily a bad thing. The 11ty team may consider it feature-complete, or perhaps priorities have shifted? Either way I'll probably start by using the library as-is, but I may explore bringing the source directly in and customizing it for django-bird's specific needs.
197197

198198
Here's how the API for component islands might look in django-bird:
199199

0 commit comments

Comments
 (0)