Skip to main content
Module

x/keywork/mod.ts>ReactUtils.ReactRendererOptions

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Go to Latest
interface ReactUtils.ReactRendererOptions
Re-export
import { type ReactUtils } from "https://deno.land/x/keywork@v6.0.1/mod.ts";
const { ReactRendererOptions } = ReactUtils;

Properties

optional
streamRenderer: IReactStreamRenderer
optional
DocumentComponent: KeyworkHTMLDocumentComponent

A HTML Document React component which wraps the entire application. Use this if you need to replace the default HTML Document.

optional
Providers: KeyworkProvidersComponent

A React component which wraps the SSR routes. Use this if you need to inject a provider into the SSR pipeline.