I'm running in mpa mode (or what ever the none SPA version is) does that even use shadow?
nope, no shadow, no cljs
gotcha. Makes sense, no hot code reloading in that context. The only tricky part to add that would be telling the browser.
i can live with hitting refresh for now though 🙂
i have some time set away tomorrow to see if i can update the docs at all w/ SSL clarifications.
awesome. for hot reloading of server-side rendered page, we'd also need to figure out how to best eval new code. E.g. we could say "when a file is saved, run (biff.core/refresh) and then tell the browser to refresh". might be a tad heavyweight, but biff.core/refresh only takes a couple seconds and might be good enough. I usually just eval manually and refresh browser manually though, as you've seen. seems like it wouldn't be hard to just have individual files eval'd on save also