Reference

RenderToPipeableStreamOptions

Options for rendering HTML to a pipeable stream.

Signature

interface RenderToPipeableStreamOptions

Members

bootstrapModules?: string | BootstrapScriptDescriptor[]
bootstrapScriptContent?: string
bootstrapScripts?: string | BootstrapScriptDescriptor[]
formState?: unknown
headersLengthHint?: number
identifierPrefix?: string
importMap?: ReactImportMap
namespaceURI?: string
nonce?: string
progressiveChunkSize?: number
function onAllReady(): void
function onError(error: unknown, errorInfo?: { componentStack: string }): string | void
function onHeaders(headers: Headers): void
function onShellError(error: unknown): void
function onShellReady(): void