Skip to content

GameboardRuntimeProvider

GameboardRuntimeProvider<TRuntime>(__namedParameters): ReactElement<{ }>

Defined in: src/react/react.ts:269

Mount a runtime facade and expose its Koota world through koota/react.

This is the preferred provider when runtime creation happens outside React, because useGameboardRuntime returns the same object with scenario/recipe registries, source URL helpers, and live mutation methods intact.

TRuntime extends GameboardRuntime = GameboardRuntime

GameboardRuntimeProviderProps<TRuntime>

ReactElement<{ }>