Aug 26, 2021
Hi Marian,
this part is pretty easy to explain: in case most parts of a frameworks JS logic as well as your own JS related business logic runs inside an application worker, it can not slow down a main thread, no matter what you do. Meaning: it won't affect DOM manipulations or CSS based transitions and your rendering thread can not freeze.
Makes sense?
Best regards,
Tobias