ken_t_rex
ken_t_rex
TTCTheo's Typesafe Cult
Created by MarcPP on 2/21/2024 in #questions
Best practices for backend releases while there are active sessions with stale frontend bundles
try using something as a semver version or build number which you can make comparisons on (>, <, ==) and then you can branch out logic depending on the version. Also consider a strategy to get those stale bundles to be updated so you can stop supporting older versions over time. Not sure how though.
4 replies