As a newbie to React I'd like to know if registerServiceWorker.js is required.
I ask because I noticed (after spending countless hours looking) that it conflicts with what is being rendered on my DOM. Within my dev environment everything works. In production though things aren't as rosey. However, if I remove registerServiceWorker() then everything works in production.
Based on someone else's question I understand that it helps cache my assets.