/web-workers-samples

See in practice how web workers can help your React application to improve your performance

Primary LanguageJavaScript

Web Worker Samples

Some jobs on web can block the main UI thread, its produce a bad user experience.

Here I bring some examples of how web workers can help an application to improve its performance.

Try enter on Live Preview and interact with counter. After, try click on Run Big Job.

Live Preview

Stack