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

Load data in a webworker #4

Open
talolard opened this issue Jul 4, 2019 · 1 comment
Open

Load data in a webworker #4

talolard opened this issue Jul 4, 2019 · 1 comment

Comments

@talolard
Copy link
Collaborator

talolard commented Jul 4, 2019

When the user adds a file, if it's big it takes a long time to load.
We do some validation / manipulation on it which blocks the main thread, so that should be done in a webworker.

At the moment, CRA doesn't support webworkers, the next version does, so we'll hold off until then ?

@talolard
Copy link
Collaborator Author

talolard commented Jul 7, 2019

Waiting for facebook/create-react-app#5886

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

No branches or pull requests

1 participant