Move build() off microtasks
Rather than using a microtask to schedule component build functions, instead use the scheduler. We now tread building just like layout and painting as a visual update.
Showing
Please register or sign in to comment