DEV Community

Discussion on: 🌟 Biggest “Online Tools” Collection: 10015.io 🧰

Collapse
 
fatihtelis profile image
Fatih Telis

Hi Ronaldo, actually it is PWA, but there must be something wrong with the service worker. I'll fix that and let you know when it is installable.

Collapse
 
ronaldohoch profile image
Ronaldo Hoch

did you use the Workbox from google or write by your self the service worker?

Thread Thread
 
fatihtelis profile image
Fatih Telis

@ronaldohoch I'm using next-pwa package which is using Workbox under the hood. I'm using next.js, so it is not ideal to write the service worker by yourself.

Collapse
 
fatihtelis profile image
Fatih Telis • Edited

pwa

I've updated the PWA configuration. It works right now, but it takes some time to register the service worker. I'll take a deeper look when I have more time. Thanks for the feedback. :)

Thread Thread
 
ronaldohoch profile image
Ronaldo Hoch

Thank you 👏