Search code examples
javascripthtmlreactjscachingbrowser-cache

ReactJs Application Cache Client not see latest changes


So I have a Application in production and some of my clients are complaining that they can't see the new changes unless they completely wipe their cache.

Techs: React

What i have to do ?


Solution

  • put this code in the head tag for Learn More

    <meta http-equiv='cache-control' content='no-cache'>
    <meta http-equiv='expires' content='0'>
    <meta http-equiv='pragma' content='no-cache'>