solidjs / solidjs/solid-playground

Compiler doesn't work offline neither in PWA.

Open
#40 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.