import { type AppRouterOptions } from "https://deno.land/x/udibo_react_app@0.2.1/app_server.tsx";
Properties
A react router route object.
The build script will automatically generate these for your application's routes.
The route object is a default export from the _main.tsx
in your routes directory.
Default environment variables that you would like to share with the browser for all requests.
Adds your own providers around the application.
A context object for the App. State stored within the AppContext will be serialized and shared with the browser.
Used to render the application. If you'd like to transform the stream before it is returned to the client, you can wrap the default renderToReadableStream function with a custom renderToReadableStream function.
The oak router for your application.
The build script will automatically generate these for your application's routes.
The router object is a default export from the _main.ts
in your routes directory.
The working directory of your application. Defaults to the current working directory that your application is running from.