Fork me on GitHub
#cljfx
<
2021-03-22
>
defa10:03:27

Is there something comparable to shadow-cljs when developing with cljfx? My current approach is to have

(renderer)
(swap! *state identity)
in my source file, so I can hit cmd-L in Cursive and have the UI update. When distributing components over several namespaces this gets awkward. I guess something like https://github.com/clojure/tools.namespace with (refresh) on save would be nice.

vlaaad10:03:02

I had a custom REPL command bound to a shortcut that did (swap! *state identity)