I Upgrade my react app and when I want to release it, clients can't see my changes until they do a hard refresh (Ctrl+F5)
.
How can I upgrade it without need to hard refresh by clients?
I Upgrade my react app and when I want to release it, clients can't see my changes until they do a hard refresh (Ctrl+F5)
.
How can I upgrade it without need to hard refresh by clients?
If you don't use webpack or systemjs, you can pull version number at the end of the file url
<script type="text/javascript" src="app.js?20190826"></script>