Hacker News new | ask | show | jobs
by andyeskridge 3318 days ago
After the app is loaded, the registerServiceWorker.js is executed. It checks for updated sources and updates the cache then. For the user to actually see those changes, the user will need to refresh the page. The relevant lines are here [0].

[0] https://github.com/facebookincubator/create-react-app/blob/m...

1 comments

Awesome, thank you!