Skip to main content
Module

x/aleph/examples/solid-app/main.tsx

The Full-stack Framework in Deno.
Very Popular
Go to Latest
File
import { hydrate } from "solid-js/web";
const { default: App } = __aleph.getRouteModule("./routes/index.tsx");hydrate(() => <App />, document.getElementById("root")!);