Skip to content

Instantly share code, notes, and snippets.

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