Talk

Concurrent Mode in Angular

Jun3
Jun 3 Online

Michael Hladky
Michael Hladky
Michael Hladky

Michael Hladky

Geekle-2021

Runtime rendering performance and UI responsiveness of web applications are more important than ever. Frameworks like React introduced new ways for fast UI updates, and with tools like Chrome's postTask() scheduling, you have low-level functionality to directly influence rendering performance. With Ivy, we have new opportunities to influence rendering performance in Angular applications. In this talk, I will introduce you to the outcome of multiple years of research – Concurrent Mode in Angular.