is-land icon indicating copy to clipboard operation
is-land copied to clipboard

A new performance-focused way to add interactive client-side components to your web site.

Results 12 is-land issues
Sort by recently updated
recently updated
newest added

Hey! I'm on v4, and have included `is-land` in my bundle with a `import '@11ty/is-land';`. The bundle target is `es2017`, as we seem to have quite a few older devices...

Can this library be used via cdn to progressively hydrate islands within a html file? When I install it via npm, I see it doesn't have any external dependencies. Thanks.

![image](https://github.com/11ty/is-land/assets/6105977/91cec68b-6e53-4fac-9463-933db493561a) ![image](https://github.com/11ty/is-land/assets/6105977/a8984323-0491-4ab6-babd-9da72bf232d7) I'm using the qutebrowser browser, which in turn uses the qt webengine and does not support some selectors in the same way as chrome and other browsers.

Hello, I'm on Eleventy ^2.0.0 and is-land ^4.0.0. I'm using is-land to load iframes on:interaction, like this: ``` ``` ``` .iframe__is-land[ready] { background-image: none; } ``` with `` On Chrome...

This looks like a great system. Pair it with html and you have a static site that is reactive from the server . You can defer load the html js...

The prefix for conditions `on:` is currently "hardcoded" in the [`Conditions.getConditions`](https://github.com/11ty/is-land/blob/main/is-land.js#L244-L250) method: ```js island.js class Conditions { /* ... */ static getConditions(node) { let map = {}; for(let key of...

enhancement

I tried to import `is-land.js` using Webpack. Run `npm install @11ty/is-land` then required it inside the entry `const island = require('@11ty/is-land')`. In the terminal, I get this warning message. ```js...

documentation
bundlers

Right now the SSR code lives in this repo but it should be moved to a separate plugin for anyone to use

enhancement

https://github.com/ProjectEvergreen/wcc via https://twitter.com/PrjEvergreen/status/1534957633509130240 and https://twitter.com/thegreenhouseio/status/1534974888678768650

enhancement