(<sub app query)Subscribe and deref a subscription, returning its value, not a reaction.
Subscribe and deref a subscription, returning its value, not a reaction.
(clear-subscription-cache! registry)Removes all subscriptions from the cache.
Removes all subscriptions from the cache.
(register-handler! id handler-fn)Returns handler-fn after associng it in the map.
Returns `handler-fn` after associng it in the map.
(subscribe app query)Given a query vector, returns a Reagent reaction which will, over
time, reactively deliver a stream of values. Also known as a Signal.
To obtain the current value from the Signal, it must be dereferenced
Given a `query` vector, returns a Reagent `reaction` which will, over time, reactively deliver a stream of values. Also known as a `Signal`. To obtain the current value from the Signal, it must be dereferenced
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |