How to write long loops in javascript that do not block the UI
June 12, 2021Some time ago at work, I was given the task of fixing long UI freezes happening in our application. While fixing the issue I learned few…
Written by Jayank Mayukh
Find me at LinkedIn, GitHub or email at jayankmayukh@gmail.com.
Some time ago at work, I was given the task of fixing long UI freezes happening in our application. While fixing the issue I learned few…