- Published on
The React Fiber architecture introduces the concept of `task scheduling` and implements a `scheduler`. However, task scheduling is framework-agnostic. This article delves into the principles of task scheduling, analyzed step by step using Chrome's performance tools.