(dev-tool {:keys [panels] :or {panels default-panels}})
(start! opts)
Start Reagent dev tool.
Options:
:el (optional) The element to render the dev-tool into. If the property is given, but is nil, dev tool is not enabled. If not given, new div is created and used.
:state-atom (optional) The Reagent atom to add to state-tree panel with "App state" name.
:panels-fn (optional) Function which returns map of additional panels to display.
Start Reagent dev tool. Options: :el (optional) The element to render the dev-tool into. If the property is given, but is nil, dev tool is not enabled. If not given, new div is created and used. :state-atom (optional) The Reagent atom to add to state-tree panel with "App state" name. :panels-fn (optional) Function which returns map of additional panels to display.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close