elysiajs / elysia-html

A plugin for Elysia that add support for returning html
MIT License
24 stars 19 forks source link

When update code in HTML, The data in browser won't change. Require shift+F5 to reload. #90

Open siravijbb opened 4 months ago

siravijbb commented 4 months ago

How to reproduce: -Add some html in html then save change: no change in browser required shift+f5 to reload else wouldn't reset data.

indrazm commented 1 month ago

As you might know, the hot reload is only works on the backend it self, And for the frontend, it still require manual refresh to reflect the data from backend.

So yes, it's normal.

siravijbb commented 1 month ago

oh ok, Thanks!