Interview question: React performance optimization
I get an interview question, which is: what if there are 10k tasks waiting for process in the front end, how to ensure the tasks does not freeze the page. My first thought was web worker, we could create web worker and run the tasks on another thread...
Jan 8, 20251 min read9