run

View Source

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.