React hook to read from an async computed signal.
The hook fetches the current value, subscribing to changes via useSyncExternalStore,
and triggers a get() call to retrieve updated data. Maintains an internal state
for the resolved value of the promise.
React hook to read from an async computed signal. The hook fetches the current value, subscribing to changes via useSyncExternalStore, and triggers a get() call to retrieve updated data. Maintains an internal state for the resolved value of the promise.