is-land using IndieWeb avatar for https://solidjs.com/SolidJS

Scroll down


Client-rendered SolidJS

Example from https://www.solidjs.com/guides/getting-started#buildless-options

Client-rendered SolidJS

You can use `import="./solid-component.js"` or `<template data-island> with <script type="module">`:

This is a solid component: Fallback content! This is a solid component: Fallback content!

Server-rendered SolidJS (SSR)

Hitting error "does not provide an export named 'Aliases'" when trying to use SSR with this current setup. See https://github.com/solidjs/solid/issues/1984