Skip to main content
Module

x/udibo_react_app/server.tsx>renderToReadableStream

A React Framework for Deno that makes it easy to create highly interactive apps that have server side rendering with file based routing for both your UI and API.
Go to Latest
function renderToReadableStream
import { renderToReadableStream } from "https://deno.land/x/udibo_react_app@0.4.0/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>