Skip to content

Instantly share code, notes, and snippets.

@nearbycoder
Created November 13, 2023 03:30
Show Gist options
  • Save nearbycoder/264b94a0fb299fe8807cd088664f98f2 to your computer and use it in GitHub Desktop.
Save nearbycoder/264b94a0fb299fe8807cd088664f98f2 to your computer and use it in GitHub Desktop.
/** @jsxImportSource https://esm.sh/solid-jsx */
import { renderToString } from "npm:solid-js/web";
const x = "<div/>";
export const solidDom = renderToString(() => <div x={x}>Test {x}</div>);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment