1. React
  2. React Loop
  3. 2019
  4. React to Web Workers

React to Web Workers

Tyler Clark at React Loop 2019

Imagine deploying your React app with a little army of helpers ready to catch offline requests, provide a performance boost by prefetching resources , and taking care of complex UI blocking functions.. Web workers give access to background threads within the browser that can run scripts and intercept requests. These tasks and so much more can be accomplished by messaging back and forth between web workers and your React app.