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
What would be the suggested logic to make sure that server and client are both using the same version of the bundles? For example, if the server-side functions are updated etc., how the clients in the browser should update themselves to use the most up-to-date versions of the bundles?
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
Uh oh!
There was an error while loading. Please reload this page.
-
What would be the suggested logic to make sure that server and client are both using the same version of the bundles? For example, if the server-side functions are updated etc., how the clients in the browser should update themselves to use the most up-to-date versions of the bundles?
This section https://tanstack.com/start/latest/docs/framework/react/guide/server-functions#function-id-generation-for-production-build describes the server functions and their stability but it does not describe if the hash will change when the signature - for example - changes.
Is this something which is expected to be a part of the framework or something the developers should take care of?
Beta Was this translation helpful? Give feedback.
All reactions