Skip to main content

ApplicationCreater

runtime / ApplicationCreater

Interface: ApplicationCreater<Context, Router, CompType, AppState>

Type parameters

NameType
Contextextends IContext
Routerextends IRouter = IRouter
CompTypeany
AppStateextends IAppState = any

Callable

ApplicationCreater

ApplicationCreater(context, options): IApplication

Parameters

NameType
contextContext
optionsObject
options.appState?AppState
options.renderIAppRenderFn<Context, Router, CompType>

Returns

IApplication