Thanks Vlad, this library is brilliant!
I'm using the Atom text editor's Chlorine plugin to automatically refresh the namespace on file save. I get the full interactive experience just like Figwheel+Reagent if I add a watcher to a var which does (swap! *state identity
to trigger a re-render. Stoked.
I'm curious, how do other people have their repl / editor configured?
@jamesdavidson nice, glad you like it! I actually used (swap! *state identity)
bound to a shortcut while developing cljfx/hn
you can also call renderer function without args to force refresh everything, but I personally tend not to use it because it closes and opens window, which shifts focus