Fork me on GitHub
#reitit
<
2019-10-13
>
dimovich11:10:36

For Talvi, one thing that would be nice to have is a clojure code auto-reloader similar to figwheel. And also, because of Integrant, it is possible to automatically restart components that changed.

hackeryarn17:10:17

Ring come with a reload middleware that I use all the time for automatically reloading ring apps.

👍 4