Function Components
Term side of the Card
Topic: Basics
Unit title: Function Components
Categories: Concept
Explanation side of the Card
Explanation: The simpler way to create components using JavaScript functions. These components take in data (props) and return the UI elements to display and with hooks, they can also manage state and lifecycle events.