Replies: 3 comments 8 replies
-
Yeah, that would be great. I wonder where I would implement it and how. Also, maybe we should learn more about implementation approaches from others. |
Beta Was this translation helpful? Give feedback.
-
Here is some code that I found referenced while browsing issues in other projects. It attempts to recover from an import error in the browser: |
Beta Was this translation helpful? Give feedback.
-
I just found this - https://vite.dev/guide/build#load-error-handling
|
Beta Was this translation helpful? Give feedback.
-
When new versions of client code are deployed, it is helpful if the framework can help load the new version into open browser windows.
I see some people call this issue
version skew
- https://www.industrialempathy.com/posts/version-skew/. See https://nextjs.org/docs/app/building-your-application/deploying#version-skew and https://svelte.dev/docs/kit/configuration#versionBeta Was this translation helpful? Give feedback.
All reactions