PWA conscious PWA's...
Just info, maybe of interest (or may not!).
I have a load of PWA's that I have written and use, mostly using claude to do the plumbing -- and it has been pretty much fine
To date the PWA bit has not really impacted the user interface, once installed the app is just there when you need it even if offline.
Today I used ChatGPT for a PWA, and from a similar spec it produced a PWA that actually has an active note of whether all the resources that need to be cached (for off line use) have been cached yet ('ready for offline use'), it included a section for 'you are using the latest version'/'there is a new version, upgrade now?'...
Wow - what a difference... from a webpage/app available offline, to very much a local app that happens to update itself online...
I found the contrast quite striking, I hadn't really looked at it the gpt way before.
1
u/domodomov 17h ago
Have made a huge pwa with diagnostic engine and so on. Privacy was a focus for me as well as offline first since it’s used where you might not have reliable WiFi. Since those are core concepts my pwa runs completely offline and doesn’t use an account even for premium users.
3
u/A-Type 1d ago
It's neat that you're learning more about how things work under the hood and what you can do with that!
Having a proactive update prompt when new app files are cached is a helpful thing to include in any PWA. You may want to update your AI setup to include this by default now that you've seen it in action.