Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/udibo_react_app/app_server.tsx>serve

A React Framework for Deno
Go to Latest
function serve
import { serve } from "https://deno.land/x/udibo_react_app@0.1.0/app_server.tsx";

Creates and serves a Udibo React App.

Type Parameters

optional
AppContext extends Record<string, unknown> = Record<string, unknown>