remix-pwa / monorepo

Remix PWA v4
https://remix-pwa.run
MIT License
85 stars 19 forks source link

how to setup Offline Page using remix-pwa #214

Open dhavalveera opened 3 months ago

dhavalveera commented 3 months ago

Hello,

I am looking for a solution to setup Offline Page in PWA in my Remix App and I was looking around on Google and I came across your remix-pwa package, but in the documentation I wasn't able to find how to setup Offline Page in Remix App using remix-pwa.

can you please help me how to setup a offline page in Remix App using remix-pwa?

ShafSpecs commented 3 months ago

Hello @dhavalveera, setting up an offline oage using Remix PWA involves setting up a service worker, and handing it via a fetch handler. You can check out MDN for resources on how that looks like. Or if you don't mind waiting a bit, I am setting up an extensive guide on setting up a PWA from scratch :)

dhavalveera commented 3 months ago

Hello @dhavalveera, setting up an offline oage using Remix PWA involves setting up a service worker, and handing it via a fetch handler. You can check out MDN for resources on how that looks like. Or if you don't mind waiting a bit, I am setting up an extensive guide on setting up a PWA from scratch :)

I would like to wait, can you give an ETA for this? @ShafSpecs

ShafSpecs commented 3 months ago

Not sure. It is long, currently a 30 mins read and still counting. I hope to make it an A-Z guide, but hopefully within the next few weeks (2)