It would be great if CRA will provide some out of the box support for push notifications. Since there is already pretty good support for PWA apps, web notifications would be great feature, since they are used by many websites.
We have spent many hours wrapping our heads around how to integrate it into Create React App without breaking anything and following best practices, but haven't found anything in the official documentation.
Found this tutorial, also this, this, and #4995 issue.
But I still don't have good understanding how to implement it in React properly, should I 'eject' CRA configuration or not?
At least, it would be great to see it somewhere in the official documentation
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.
This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue.
Most helpful comment
At least, it would be great to see it somewhere in the official documentation