run
Summary
Starts the client-side Remix component runtime for the current document.
Signature
function run(init: RunInit): AppRuntime;
Params
init
Runtime hooks for loading modules and resolving frames.
Returns
The running application runtime.
Starts the client-side Remix component runtime for the current document.
function run(init: RunInit): AppRuntime;
Runtime hooks for loading modules and resolving frames.
The running application runtime.