Q. Which React feature helps break the UI into independent pieces?
β
Correct Answer: (B)
Components
Explanation: React uses components to encapsulate and reuse UI pieces.