DEV Community

Discussion on: Cache Busting a React App

Collapse
 
ppbraam profile image
ppbraam

Thank you for this solution!

If for some reason your cache still won't clear, maybe this will help:

fetch(`/meta.json?${new Date().getTime()}`, { cache: 'no-cache' })

Collapse
 
pherm profile image
pherm

I have same problem with rca, it don't work well. I always have same meta.jon version, is it normal?