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

x/keywork/react/interfaces/ReactRendererOptions.ts>ReactRendererOptions

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
interface ReactRendererOptions
import { type ReactRendererOptions } from "https://deno.land/x/keywork@v6.2.1/react/interfaces/ReactRendererOptions.ts";

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.