score:0

you could put this inside the head tag to clean the browser cache:

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

as stated in this article:

https://thewebdev.info/2021/10/03/how-to-clear-browser-cache-in-react/#:~:text=to%20clear%20browser%20cache%20in%20react%2c%20we%20can%20add%20meta,the%20page%20isn't%20cached.&text=in%20the%20head%20tag%20to,make%20sure%20nothing%20is%20cached.


Related Query

More Query from same tag