import { renderToReadableStream } from "https://deno.land/x/udibo_react_app@0.14.0/server.tsx";
Renders a React app to a readable stream that can be returned to the client.
This is the default renderToReadableStream
used for rendering React apps.
Parameters
context: Context<AppState<AppContext>>