Blog

February 19, 2019

The simplest example of scheduling on the main thread

4 min read February 19, 2019

I have recently read several articles related to relatively new react reconciliation algorithm (aka react fiber). And I wondered how to implement something really simple to explain idea of scheduling and splitting work into chunks. So here is my thoughts.