Liking cljdoc? Tell your friends :D

aft.reframe.interceptors


app-schemacljs


debugcljs

Interceptor just like re-frame/debug, but only log the first N characters of any message. This prevents the slowdown caused by logging to console.log for huge datasets.

Interceptor just like re-frame/debug, but only log the first N characters of
any message. This prevents the slowdown caused by logging to console.log for
huge datasets.
raw docstring

debug-litecljs

Interceptor just like debug, but doesn't log db changes, only message sequences. Useful for reducing log spam when not needed.

Interceptor just like debug, but doesn't log db changes, only message
sequences. Useful for reducing log spam when not needed.
raw docstring

default-interceptorscljs


enrichcljs

(enrich f & args)

pathcljs

(path & args)

set-schema!cljs

(set-schema! s)

valid-schema?cljs

(valid-schema? db)

Validate the given db, logging any problems to the console. To handle the case of reg-event-fx not returning any {:db ...} along-side their :effects, we can ignore nil.

Validate the given db, logging any problems to the console. To handle the case
of reg-event-fx *not* returning any {:db ...} along-side their :effects, we can
ignore nil.
raw docstring

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

× close