I am facing a problem where my application needs to do a hard refresh in order to reflect new changes after deploying latest version.
Went through multiple ways in order to solve this such as service worker, websocket , handling through interceptor using API header but couldn’t get an efficient way to handle this problem. Most of the solution requires adding redundant checks for version.