In this lecture, we will learn about the React functional component with an example.
Functional components are basic JavaScript functions. These are typically arrow functions but can also be created with the regular function keyword.
Sometimes referred to as “dumb” or “stateless” components as they simply accept data and display them in some form; that is they are mainly responsible for rendering UI.
Continue this lesson in the app
Install CourseHive on Android or iOS to keep learning while you move.