chinchang / chinchang/web-maker

Move preprocessor compilation to a web worker

Open
#88 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.7k
Forks
323
PR merge metrics
No merged PRs in 30d

Description

Moving preprocessor compilations to web worker will have two advantages:
1. Issues such as #85 & #87 won't occur because a time taking worker can be terminated anytime and it won't affect the main thread.
2. UI would never be affected due to compilations running on keypresses. Hence smoother ux.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.