1. Which feature of React 18 does Fabric leverage for smoother UI rendering?
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.