You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Deno team has repeatedly said that it plans to use this feature to give Fresh client-side HMR and yesterday it gave a hint on how they will do it. In essence, they suggest listening to the "hmr" event and capturing the Event.detail value that contains the path to the file that changed and triggered the event, and sending that information to the front end that would cause a reload of that file (or perhaps the page that uses that file).
Hot module replacement was just added to the Deno runtime in version 1.38. This should be leveraged to implement HMR in Ultra.
The text was updated successfully, but these errors were encountered: