Rxova
Skip to content

useLeaderEffect

function useLeaderEffect(effect, options?): void;

Run an effect only in the tab that holds the seat, and tear it down when the seat moves. The one place to put “exactly one tab owns the socket”.

ParameterType
effect() => void | (() => void)
options?UseLeaderOptions

void