devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
2017-12-28T20:27:14.000138Z

Using devcards without figwheel, is there a better way to trigger a refresh than something like the following?

(defn refresh-devcards!
  "Trigger refresh by `put!`-ing to the devcards event channel,
   like Figwheel would."
  []
  (put! devcards/devcard-event-chan ""))