Multi-Thread demystified | Atila Fassina | Conf42 JavaScript 2021
Atila Fassina Lead Frontend Engineer @ SAP JavaScript is not single-threaded anymore. And there is much we can learn from it has been a while. But we are still leaving all the processing in the same thread that we render things. Let’s have a look on how we can do it better. By leveraging multi-threads we can ensure the User Experience will not ever be jeopardized by any computing and processing we perform, since as blocking as each task could be: they will still be contained within their own thread. Therefore, rendering performance will never drop below the idea rate. Other talks at this conference 🚀🪐 https://www.conf42.com/js2021 — 0:00 Intro 0:26 Talk