Let the Main Thread Breathe! - Majid Haijan
Find the latest React.js talks & workshops at https://portal.gitnation.org 🗓 Talks recording from React Summit 2020 Website - https://reactsummit.com/ Follow the link for a full version of React Summit videos→ https://bit.ly/3n3aQ7E # Let the Main Thread Breathe! The main thread, on the web, has a lot of responsibilities. At the same time, web apps are getting more sophisticated every day. Therefore, the main thread gets too busy that will disappoint our user by showing janky frames! The off-main-thread architecture ensures apps run smoothly on every device for everyone. In this talk, we will go through the possibilities in browsers such as WebWorker, Worklet, and WebAssembly by introducing practical tools that allow us to boost our user experiences.