Запитання 19
How does the React Fiber reconciler improve the rendering process compared to the previous algorithm?
Варіанти відповідей
It breaks rendering work into units, allowing pausing and resuming.
It uses a stack-based approach for rendering.
It eliminates the virtual DOM.
It synchronously updates the entire DOM tree.