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.
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.
(enrich f & args)
(path & args)
(set-schema! s)
(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.
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 |