TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Deno 1.38: HTML doc generator and HMR

14 pointsby olestrover 1 year ago

1 comment

olestrover 1 year ago
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:&#x2F;&#x2F;browsersync.io&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;browsersync.io&#x2F;</a>