Skip to content
module@warp-drive/react/install

Function buildSignalConfig()

ts
function buildSignalConfig(options): SignalHooks;

Defined in: install.ts:72

Builds the SignalHooks implementation backed by the Signal Polyfill, used to wire WarpDrive's reactivity primitives into React.

Parameters

options

HooksOptions

Returns

SignalHooks

Released under the MIT License.