Question 1: What is the primary performance advantage of React Fiber?
- Interruptible and prioritized rendering
- Automatic memoization of components
- Smaller JavaScript bundles
- Faster API execution
Explanation: Fiber allows React to pause, resume, and prioritize rendering work.