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?
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?
Its better to using hash file name to busting client cache. webpack configuration: https://webpack.js.org/guides/caching/