useEffect() on Each Render of Component
Kind of a lifecycle method in the functional component. The useEffect() function can be used to communicate with the database or API endpoint.

Kind of a lifecycle method in the functional component. The useEffect() function can be used to communicate with the database or API endpoint.
