Functional Component
import React
Destructing import statements
importing a component to the App.js file
CSS import statement for component
Declaring a class
fetch API call in componentDidMount
setState() method with call back function
Destructuring the state attributes
using Ternary operator to decide whether to mount component
.filter() method
.map() method
Custom tags with attributes that are accessed with props when rendering the custom component
Syntax for adding a img from the state to a component.
avoiding user memory leaks when the App component unmounts
8) Syntax example for a userReducer function