• Talk
  • 2024

Multithreading in React: A guide to Web Workers

  • Language
    Italiano

Topics:

  • Web Workers Performance

Abstract

Javascript as a single threaded language is unable to maximise the full potential of our CPUs, but there might be a solution: Web Workers.
Let’s go into a demonstration of how you can add Web Workers into your React application to enable the run of processes in the background while leveraging its pros and cons

Related Talks 2024