Skip to content

Instantly share code, notes, and snippets.

@nearbycoder
Created November 13, 2023 03:29
Show Gist options
  • Save nearbycoder/1764a64bc7ddc589c16507c40d5d8cb5 to your computer and use it in GitHub Desktop.
Save nearbycoder/1764a64bc7ddc589c16507c40d5d8cb5 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