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
I notice some of the other frameworks automagically reload the page on change to stuff inside JSX templates (so not only does node/deno pick it up but the page immediately changes in the browser without needing a reload) It seems that Hono doesn't do this by default? (btw that seems reasonable to me). It sounds from this like it isn't hard to do manually:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I notice some of the other frameworks automagically reload the page on change to stuff inside JSX templates (so not only does node/deno pick it up but the page immediately changes in the browser without needing a reload) It seems that Hono doesn't do this by default? (btw that seems reasonable to me). It sounds from this like it isn't hard to do manually:
https://www.reddit.com/r/learnjavascript/comments/148b3pe/is_there_anyway_to_auto_reload_the_browser_page/
But I wonder if hono already has some way to enable this for JSX?
Beta Was this translation helpful? Give feedback.
All reactions