Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/keywork/react/browser/mod.ts>KeyworkApp

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Go to Latest
class KeyworkApp
implements Disposable
import { KeyworkApp } from "https://deno.land/x/keywork@v6.0.1/react/browser/mod.ts";

A class representing a Keywork App's lifecycle.

Properties

private
logger: Logger
private
optional
root: Root
hydrate: <StaticProps extends { } | null = null>(initialChildren: HydrationCallback<StaticProps>, options?: HydrateKeyworkAppOptions) => void

Hydrates a server-side rendered React component.

This should only run in the browser.