on:visible
This is the first full Vue component (and it is off-viewport) so the library code is also lazy loaded. The island will eagerly load the library code if it has no loading conditions.
on:idle
In this example (under the right conditions) you might be able to see these petite-vue islands wait until the full Vue.js island finishes above (if both are visible)
If you put child content in a <template> it will be JavaScript-only (no fallback). Use this to your advantage! You can mix and match <template> with other progressively enhanced content in the island.
on:interaction
: Hover or focus to hydrate the island:
This is an island nested in a <template> (it *can* have its own loading conditions!):
SSR requires server-side integration, in this case provided by Eleventy.
Without hydration, the island is unnecessary.
Hello from Vue