Function: renderReactApp()
Function: renderReactApp()
function renderReactApp(app, blueprint): Root;
Renders the React app.
Parameters
app
ReactNode
The React app to render.
blueprint
IBlueprint
The blueprint.
Returns
Root
The React root instance.
function renderReactApp(app, blueprint): Root;
Renders the React app.
ReactNode
The React app to render.
IBlueprint
The blueprint.
Root
The React root instance.