Skip to content

Instantly share code, notes, and snippets.

@nearbycoder
Last active November 13, 2023 02:49
Show Gist options
  • Save nearbycoder/8c159fe91d7fb3ea9cabf0bb308c180f to your computer and use it in GitHub Desktop.
Save nearbycoder/8c159fe91d7fb3ea9cabf0bb308c180f to your computer and use it in GitHub Desktop.
/** @jsxImportSource https://esm.sh/react */
import { renderToString } from "npm:react-dom/server";
const x = "<div/>";
export const reactDom = () => 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