solid-playground icon indicating copy to clipboard operation
solid-playground copied to clipboard

Compiler doesn't work offline neither in PWA.

Open swise0 opened this issue 3 years ago • 2 comments

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..

swise0 avatar Jul 12 '21 15:07 swise0

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 :)

amoutonbrady avatar Jul 26 '21 19:07 amoutonbrady

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

swise0 avatar Jul 27 '21 03:07 swise0