How to Fetch Data from an API with useEffect in React
One of the most important features of React is its ability that allows you to add side effects to function components such as fetching data, manipulating the DOM, and subscribing to events which allows you to perform side effects in your components.
...
ernestoyanac.com3 min read