Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CRA typescript template with web & service worker #148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JohannesMerkt
Copy link
Contributor

This is the first iteration on a template that not only uses webworkers to not block the main ui thread, but also makes use of a service worker to cache opencascade.js files for faster resumption when visiting the page again.

The template is based on the newest cra-template-pwa-typescript from create-react-app. So this template is very up to date compared to the Create-React-App templates.

Im not sure if this template should be combined with the webworker template. Since i am not sure if it is a good idea to have additional boilerplate code for developers that do not intent to use the service worker at all.

@paulftw
Copy link

paulftw commented Jan 31, 2023

I'm not sure if this PR is abandoned or not, but I'd suggest using comlink. It would make code simpler and easier to review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants