Skip to main content
Module

x/fastro/examples/ssr/.hydrate.tsx

Fast and simple web application framework for deno
Go to Latest
File
import React from "https://esm.sh/react@17.0.2";import ReactDOM from "https://esm.sh/react-dom@17.0.2";import App from "./app.tsx";ReactDOM.hydrate( <App />, //@ts-ignore: document.getElementById("root"),);