agnai
agnai copied to clipboard
PWA
What would be the best route to take to make a PWA, since SolidJS is usually build with Vite, their PWA solution is for Vite. So I looked around a bit and it seems that simple workbox caching integration with their default service worker would be fine.
Any thoughts? I can make PR when we agree on solution..
This hasn't been on my radar. I'll need to get back to you on this one.
I'm curious, what the main goal is for the PWA? Since the app is light and there's not much need for offline notifications (yet), is there something a PWA will bring now or is it more like for future-proofing things like notifications?