Q. What type of architecture does React use?
β
Correct Answer: (C)
Component-based
Explanation: React follows a component-based architecture where the UI is divided into reusable components.