Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function createApp
import { createApp } from "https://deno.land/x/udibo_react_app@0.1.1/app_server.tsx";

Creates a Udibo React App.

Type Parameters

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