Rooijakkers Software

Menu

  • Home
  • Blog
  • Contact
  • RSS
31 March 2017

Simple but effective

(defn debug-panel
  "Debug panel, pretty prints any data you pass in on the screen."
  [d]
  [:pre
   (with-out-str (cljs.pprint/pprint d))])
[debug-panel <data structure>].
Lovely.

Tags: Reagent Debugging Figwheel ClojureScript

« GDPR-compliant smart meter data on the IOTA Tangle — four lessons learned while putting the consumer in control Four reasons why HelloData is written in Clojure »

Copyright © 2025 Erwin Rooijakkers | Powered by Cryogen