I am new about react and I am following different tutorials trying to understand fundamentals. I'm using the v17 of react.
In those tutorials, I saw a file in the folder structure named serviceWorker.js that is used for making a progressive web app.
I generated my project with npx but in my folder structure, I can't find this file. Is it a bug? or is it something deprecated? or do I have to add it manually?