solid-playground
solid-playground copied to clipboard
Compiler doesn't work offline neither in PWA.
Shifting compilation from online to client side is very crucial.. Otherwise it makes the PWA app useless...
Please allow the Service worker to handle compilation offline on the Client side once the resources are loaded..
Right now the playground is in a good enough shape to be as accessible as possible to most users. On slow connection it might take a while on first load but then should be rather fine on subsequent ones.
Making it 100% offline requires quite some tinkering that I simply do not have the time to tackle as of now.
That being said, I'm 100% open to PR :)
I understand the first load is a bit slow.. but its not all that kind of a big deal.. my problem is after making changes to the code after going offline, i realized each compilation cycle per code change required some form of network access.. 😅.. anyway.. hoping it becomes 100% offline soon in the future