timelessHarlequinDormouse
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
main.tsx
https://najwaBN--2cca0c30275911f086ff569c3dd06744.web.val.run
/** @jsxImportSource https://esm.sh/react@18.2.0 **/ import { renderToString } from "https://esm.sh/react-dom@18.2.0/server";
export default (req: Request) => { return new Response( renderToString(
This is your first val. Edit this text!
, ), { headers: { "Content-Type": "text/html" } }, ); };