In this lecture, we will learn what a Component is and the types of Components in React.
In react, a component represents a part of the user interface. Components let you split the UI into independent, reusable pieces and think about each in isolation.
Conceptually, components are like JavaScript functions. They accept arbitrary inputs (called “props”) and return React elements describing what should appear on the screen.
Continue this lesson in the app
Install CourseHive on Android or iOS to keep learning while you move.