Skip to main content
Go to Latest
function renderToReadableStream
import { renderToReadableStream } from "https://deno.land/x/udibo_react_app@0.1.2/app_server.tsx";

The default renderToReadableStream function. If you'd like to transform the stream before it is returned to the client, you can wrap this function with a custom renderToReadableStream function.

Type Parameters

optional
AppContext extends Record<string, unknown> = Record<string, unknown>