entry level tools to deliver web app notifications
-
I found that this could perhaps be a good entry level solution in order to deliver notifications to a mobile friendly React website: implement Push Notifications by using Browser Notifications API https://developer.mozilla.org/en-US/docs/Web/API/Notifications\_API/Using\_the\_Notifications\_API or use for example this framework: https://pushjs.org/ If anyone has some experience using any of the above of competing solutions that would be most appreciated
-
I found that this could perhaps be a good entry level solution in order to deliver notifications to a mobile friendly React website: implement Push Notifications by using Browser Notifications API https://developer.mozilla.org/en-US/docs/Web/API/Notifications\_API/Using\_the\_Notifications\_API or use for example this framework: https://pushjs.org/ If anyone has some experience using any of the above of competing solutions that would be most appreciated
Implementing push notifications with the Browser Notifications API or using frameworks like Push.js is a solid entry-level solution for a mobile-friendly React website. You should must try it.