Closed
Description
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?