Introducing the Function Component
Learn about function components, their properties, and roles in React and understand the parent-child communication mechanism via props.
Types of components
There are mainly two component types that React supports—a class component and a function component.
Class component
React supported the class component from the beginning.
Get hands-on with 1400+ tech skills courses.