Liking cljdoc? Tell your friends :D

reflet.debug.ui


activate!cljs

(activate!)

Configures the debugger. This needs to be called before any react elements are rendered to the DOM, for example in a preload.

Configures the debugger. This needs to be called before any react
elements are rendered to the DOM, for example in a preload.
sourceraw docstring

component-name-recljs

source

drop-shadowcljs

(drop-shadow)
source

source

ref-contentcljsmultimethod

source

ref-lenscljsmultimethod

source

rendercljsmultimethod

source

render!cljs

(render!)

Renders the debugger to the DOM.

Renders the debugger to the DOM.
sourceraw docstring

tapcljs

(tap props context)

On mount, the tap must be situated in the target DOM to access DOM relationships like parent, siblings, and position. After that initial tap, the tap element becomes transparent as far as the DOM structure is concerned, situated elsewhere using a portal. The reactive tap then updates the debugger with changes in with-ref props. ::d/tap must happen after the ::d/untap of the previous react lifecycle. To guarantee this, ::d/tap must not be dispatched in the render phase, for example in the bindings of a with-let, where the ::d/tap handler will run immediately after the first render, but before the previous lifecycle's cleanup. It is safe to use in either the :ref callback, the :component-did-mount, or :component-did-update phase of the component lifecycle.

On mount, the tap must be situated in the target DOM to access DOM
relationships like parent, siblings, and position. After that
initial tap, the tap element becomes transparent as far as the DOM
structure is concerned, situated elsewhere using a portal. The
reactive tap then updates the debugger with changes in with-ref
props. ::d/tap must happen after the ::d/untap of the previous react
lifecycle. To guarantee this, ::d/tap must not be dispatched in the
render phase, for example in the bindings of a `with-let`, where
the ::d/tap handler will run immediately after the first render, but
before the previous lifecycle's cleanup. It is safe to use in either
the `:ref` callback, the `:component-did-mount`, or
`:component-did-update` phase of the component lifecycle.
sourceraw docstring

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

× close