systems-toolbox
systems-toolbox copied to clipboard
Reloaded workflow
Is it possible to do a Stuart Sierra-style reloaded workflow with systems-toolbox components/systems?
It should be, but I haven't tried it on the JVM-side yet. On the ClojureScript/Browser side, that's what Figwheel does: reload the application while maintaining component state. I want to explore sometime soon if the same also works on the JVM.
Hey, it is actually possible to reload on the JVM, just tried that recently. Will get back to documentation over the holidays.