BLOGS

Announcing Web Push Support in React SDK

November 20, 2024

Web Push or Browser Push Notifications are now supported in our latest React SDK version. Previously, they were only supported in the Vanilla JavaScript library.

Announcing Web Push Support in React SDK

Why This Matters

Web push notifications are native notifications that look like and behave like OS-level notifications, for example, similar to MacOS, iOS, or Windows notifications. They are delivered through your web application into the user browser, even when they have closed your web application. With this update, you can:

What’s New?

Our React SDK now includes:

How to Get Started

Getting started is as easy as updating your SDK and following these simple steps:

  1. Enable Web Push Notifications: From our dashboard, enable the web push channel for a notification
  2. React SDK: Integrate the latest version of the NotificationAPI React SDK in your front-end
  3. Start Sending Notifications
  4. Opt-in: Users are automatically displayed an opt-in message to receive notifications on their native OS

We can’t wait to see how you use web push notifications to create meaningful connections with your users. Let us know your thoughts, and feel free to share your feedback as we continue to improve NotificationAPI!