PWA Push Notifications -- send notifications to Android, Windows, Linux & MacOS

Опубликовано: 09 Март 2026
на канале: kaos josh
268
4

Join me as I integrate push notifications. One of the many things I'll have to do to create my PWA.

This will be a 3 or 4 part series that will span front and back end. Part 1 deals with the most basic wiring up of the browser's notifications api into my app.

Bolo for part 2 where we'll start pushing notifications from the server to our clients.

"dependencies":
"bootstrap": "^4.5.3",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.13.1",
"react-hook-form": "^6.9.2",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"workbox-precaching": "^5.1.4",
"workbox-routing": "^5.1.4",
"workbox-strategies": "^5.1.4"


"devDependencies":
"@babel/core": "^7.0.0-0",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@babel/runtime": "^7.12.1",
"autoprefixer": "^10.0.1",
"parcel": "^1.12.4",
"postcss": "^8.1.4",
"sass": "^1.27.0",
"shelljs": "^0.8.4",
"typescript": "^4.0.3",
"upath": "^2.0.0"