eleven_ty’s avatareleven_ty’s Twitter Archive—№ 7,883

  1. Ready for first-looks: <is-land> A framework-independent partial hydration islands architecture implementation. github.com/11ty/is-land Demos (with SSR) for Web Components, @sveltejs, @vuejs, Petite Vue, @preactjs, @buildWithLit, and @Alpine_JS: is-land.11ty.dev/
    1. …in reply to @eleven_ty
      If you add client-side JavaScript, you may go through these Stages of JS Grief: 1. Use PE to ensure the JS is optional 2. Next, lazy load optional JS 3. Partial hydration to lazy load the optional JS 4. Partial hydration for library & component code All possible with <is-land>!
      1. …in reply to @eleven_ty
        Pushed another demo: an <is-land> with a Svelte SSR component nestled inside a Markdown file: is-land.11ty.dev/demo-markdown.html