CRTL-SHIFT-F9 on linux can --if your project is se...
# kotlinx-html
c
CRTL-SHIFT-F9 on linux can --if your project is setup properly-- do some hot code reload. you do need to refresh (CTRL-R) in the browser
r
Have you found anything more convenient than this? It's workable I suppose, but it'd be great to have something a little smoother. What limitations have you run into at scale?
c
We still use this and like it. Hot-swapping of more complex changes is possible with DCEVM JDKs, but we had not luck with this. Triggering the refesh from the serverside, when hot-code reloading was successful could be looked into (WebPack does something akin to this), but I dont care too much: I switch my window to browser and CTRL-R and that's fast enough for us.