1
2
3
4
5
6
7
8
9
10
/** @jsxImportSource https://esm.sh/react **/
import r2wc from "https://esm.sh/@r2wc/react-to-web-component";
const Greeting = () => {
return <h1>Hello, World!</h1>;
};
const WebGreeting = r2wc(Greeting);
customElements.define("web-greeting", WebGreeting);
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
March 13, 2024