Function: hydrateReactApp()
Function: hydrateReactApp()
function hydrateReactApp(app, blueprint): Root;
Hydrates the React app when SSR is enabled.
Parameters
app
ReactNode
The React app to hydrate.
blueprint
IBlueprint
The blueprint.
Returns
Root
The React root instance.