figwheel-main

figwheel-main http://figwheel.org
Eric Ihli 2020-01-22T14:19:05.011800Z

I'm using figwheel-main with ring-handler , much like https://figwheel.org/docs/your_own_page.html#create-a-ring-handler-that-handles-the-root-route When I edit my hiccup, is it possible to get the UI to hot-reload? Editing cljs or css files cause instant changes. But I haven't been able to get hiccup changes to hot-reload.

practicalli-john 2020-01-22T15:49:59.025400Z

@ericihli from the documentation, it doesn't seem this is the complete code for running a the ring adapter, so suspect the server is not reloadable. In a normal ring server you specify the adapter and get reloading using the wrap-reolad middleware https://practicalli.github.io/clojure-webapps/reloading-the-application/