Skip to content

Instantly share code, notes, and snippets.

@nearbycoder
Created November 13, 2023 03:31
Show Gist options
  • Save nearbycoder/ae307bb49599d7aab4233d455052dfb0 to your computer and use it in GitHub Desktop.
Save nearbycoder/ae307bb49599d7aab4233d455052dfb0 to your computer and use it in GitHub Desktop.
/** @jsxImportSource https://esm.sh/preact */
import { render } from 'npm:preact-render-to-string';
const x = 1;
export const someDom = render(<div>Test {x}</div>);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment