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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close