Problem Statement
Which feature of React 18 does Fabric leverage for smoother UI rendering?
Explanation
Fabric supports React 18’s concurrent rendering mode, allowing the UI to remain responsive even during heavy updates.
It helps React Native manage priorities and smoothly render partial updates.
Practice Sets
This question appears in the following practice sets: