Event Loop Visualizer
Step through the call stack, microtask queue and task queue to see exactly why asynchronous code runs in the order it does.
- event loop
- microtasks
- async
Interactive frontend engineering
Frontend Systems Lab is a set of runnable experiments for frontend developers. Change the inputs, watch the runtime behave, measure the result, then read the explanation.
Step through the call stack, microtask queue and task queue to see exactly why asynchronous code runs in the order it does.
Trigger state updates and watch render counts propagate through a component tree, with and without memoization.
Render 1,000 to 50,000 rows with and without windowing, and compare initial render time and interaction responsiveness.