Some initial considerations:
\"react\": \"^16.8.2\",
\"react-scripts\": \"2.1.5\"
I have created a new react app and I need to implement Push N
Create React App 4 - Released Oct 2020
Starting with Create React App 4, you have full control over customizing the logic in this service worker, by creating your own src/service-worker.js file, or customizing the one added by the cra-template-pwa (or cra-template-pwa-typescript) template. You can use additional modules from the Workbox project, add in a push notification library, or remove some of the default caching logic.
https://create-react-app.dev/docs/making-a-progressive-web-app/#customization