import { renderToReadableStream } from "https://deno.land/x/udibo_react_app@0.17.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.
Type Parameters
optional
State extends AppState<AppContext> = AppState<AppContext>