9. What does React's component-based architecture actually mean?
Components in React serve as the building blocks for creating application user interfaces. All of the constituent entities become entirely reusable and independent of one another once the component-based system is in place. This indicates that rendering the application is simple and independent of other UI elements.