Skip to content

Instantly share code, notes, and snippets.

@nearbycoder
Last active November 13, 2023 02:23
Show Gist options
  • Save nearbycoder/a332b87909a75c258c09dbe1a3c46a9d to your computer and use it in GitHub Desktop.
Save nearbycoder/a332b87909a75c258c09dbe1a3c46a9d 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