“In React, everything is a component.” Explain.
Components are the building blocks of a React application’s UI. These components split up the entire UI into small independent and reusable pieces.
It renders each of these components independent of each other without affecting the rest of the UI.