I was looking for something like HMR for client side reloading a little while ago (HTML, CSS, etc), and ended up with just using the CLI of Browsersync[1] with a barebones config. It works, but feels shoehorned and wonky.<p>It would be nice to do this with something native to Deno, which this HMR implementation seems to enable!<p>1. <a href="https://browsersync.io/" rel="nofollow noreferrer">https://browsersync.io/</a>