Module

x/ultra/lib/ultra.ts>UltraServer

🧙 Zero-Legacy Deno/React Suspense SSR Framework
Go to Latest
class UltraServer
extends Hono
import { UltraServer } from "https://dotland.deno.dev/x/ultra@v2.1.5/lib/ultra.ts";

Constructors

new
UltraServer(root: string, options: UltraServerOptions)

Properties

assetManifest: Map<string, string> | undefined
assetManifestPath: string
baseUrl: string
optional
enableEsModuleShims: boolean
optional
entrypoint: string
optional
esModuleShimsPath: string
importMap: ImportMap | undefined
optional
importMapPath: string
mode: Mode

Methods

render(Component: ReactElement, options?: UltraServerRenderOptions)
renderWithContext(
Component: ReactElement,
context: Context | undefined,
options?: UltraServerRenderOptions,
)