Liking cljdoc? Tell your friends :D

re-frame.subs


cache-and-returnclj/s

(cache-and-return query-v dynv r)

cache the reaction r

cache the reaction r
sourceraw docstring

cache-lookupclj/s

(cache-lookup query-v)
(cache-lookup query-v dyn-v)
source

clear-all-handlers!clj/s

(clear-all-handlers!)

Unregisters all existing subscription handlers

Unregisters all existing subscription handlers
sourceraw docstring

clear-subscription-cache!clj/s

(clear-subscription-cache!)

calls on-dispose for each cached item, which will cause the value to be removed from the cache

calls `on-dispose` for each cached item, 
which will cause the value to be removed from the cache
sourceraw docstring

kindclj/s

source

map-signalsclj/s

(map-signals f signals)

Runs f over signals. Signals may take several forms, this function handles all of them.

Runs f over signals. Signals may take several
forms, this function handles all of them.
sourceraw docstring

query->reactionclj/s

source

reg-subclj/s

(reg-sub query-id & args)
source

subscribeclj/s

(subscribe query)
(subscribe query dynv)
source

to-seqclj/s

(to-seq x)

Coerces x to a seq if it isn't one already

Coerces x to a seq if it isn't one already
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close