import { createAppContext } from "https://deno.land/x/udibo_react_app@0.17.0/env.ts";
A function that creates a React context object for the app. It takes an optional generic parameter representing the type of the initial value of the context. The context object created can hold any app-specific data, and its state will be serialized and shared with the browser.
Parameters
optional
defaultValue: AppContext