Worker #347
matthewhisle
started this conversation in
General
Worker
#347
Replies: 1 comment
-
The advantage of using web worker is that it will run the codes in background means your main DOM will never be blocked. JsStore is database library and it does calculations to give you right data - using it in main DOM might cause blocking your main thread thus causing your app to be slow and bad user experience. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What are the pros/cons of using web worker versus not
Beta Was this translation helpful? Give feedback.
All reactions