You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: