reactjs – React JS deploy on IIS doesn’t show changes immediately
I have a react project and I am deploying it on IIS Server. When I make changes in my react project and deploy the new build, changes doesn’t show up immediately. I have to refresh the page 3-4 times at least with or without cleaning the cache and then I see the changes become permanent.
For example I added a new button to one of my components and it became permanently visible on screen after 2 days.
What is the cause of this problem, is it about the precache files. Should I remove them from my build folder? Is this a common problem?
Read more here: Source link
