Angular Vienna | Apr 2024 | Julian Jandl - Cut My Task Into Pieces: Concurrent Mode in Angular

preview_player
Показать описание
JavaScript is single threaded. Every script our application executes runs on the main thread. Keeping the execution time as short as possible is crucial for the runtime performance and responsiveness of our applications. Too long running scripts will result in bad (Core) Web Vitals like INP and TBT. Reducing the computation time of function executions of course is the desired solution, but often not possible or the most costly option. In this talk, we’ll uncover another solution to this problem, the Concurrent Mode. Having profound knowledge about how to orchestrate work on the main thread is key to understanding how the Concurrent Mode works.

_🔗 *Learn more*_

_👨🏽‍🎓 *Workshops by Julian*_

*Modern Angular*
Master the Latest Angular Features to Build Modern Applications. Learn how to use standalone components, signals, the new inject method and much more.

*Angular Performance*
An in-depth workshop that equips participants with the tools and knowledge to perform app performance auditing and apply strategies for performance optimization.

*All workshops by Push-Based*
Рекомендации по теме