Define Functional Components in Preact

InstructorShane Osbourne

Share this video with your friends

Send Tweet

Many components within an application can be rendered using only data that is ‘passed’ to them by a parent. We call these “Functional Components” as they do not contain any internal state. In this lesson we look at how to define these types of components and how to pass data to them.