Question 1 out of 4

    What is a component in React?

    A reusable piece of UI

    In React, a component is a reusable piece of UI that can be composed together to build complex UIs.