Web push within a Gatsby website

Опубликовано: 09 Ноябрь 2025
на канале: A shot of code
1,144
25

In this Javascript tutorial we look at using Web Push Notifications from within a Gatsby statically generated website. To get this working we use the Gatsby Offline Plugin to create our service worker and the npm web-push package to generate VAPIKeys. This is just the client side implementation and we use the dev tools in Chrome to simulate a push event. For server side implementation that are independant of Gatsby check out some of my other videos on Web Push Notifications