How to do force reload for the first time after the web app is deployed?

Viewed 7746

I'm using React and Redux in my web app. I'm deploying frequently to production. So after deployment for the latest changes, we have to do

empty cache and hard reload

in browser. Is there any other way to clear client side cache?

1 Answers
Related