smartBronzeConstrictor
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
/** @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(
bienvenue sur valtown !
, ), { headers: { "Content-Type": "text/html" } }, ); };