jonluca / vite-typescript-ssr-react

🚀 A Vite Typescript SSR React boilerplate!
https://blog.jonlu.ca/posts/vite
342 stars 48 forks source link

SSR does not trigger page reload when change #8

Closed hwsiew closed 2 years ago

hwsiew commented 2 years ago

When serving the application using dev:server, changes do not update/reload the page. I can see the log from the server as follow, but the page does not reload automatically.

12:41:08 [vite] page reload src/client/pages/Main.tsx
jonluca commented 2 years ago

This should be fixed in the latest commit, thanks!