Subscribes a React component to an SSignal value.
SSignal
This hook uses React's useSyncExternalStore, making it suitable for concurrent rendering while keeping React components in sync with monitor signals.
useSyncExternalStore
Subscribes a React component to an
SSignalvalue.This hook uses React's
useSyncExternalStore, making it suitable for concurrent rendering while keeping React components in sync with monitor signals.