solidjs / solidjs/solid-playground
Compiler doesn't work offline neither in PWA.
Open
Nobody has claimed this yet.
enhancement
help wanted
- Dominant language
- TypeScript
- Stars
- 244
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
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..
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the PWA service worker and the client-side compiler entry point, then determine which resources are loaded before going offline. Verify whether compilation can run entirely in the client after those resources are cached, and test the full workflow without a network connection.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- compilers, frontend, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100