ReferenceStore
SubscriptionController
Reactive controller that resolves a store and manages a derived subscription
Import
Usage
Provide a store or store context plus functions that read the current value and subscribe to changes.
The controller requests a host update when the subscription changes and unsubscribes when the host disconnects. Reading value throws until a store is available.