How to Call a REST API from a React Component

At some point in your journey of learning React, you’ll get to the point where you want a component to consume an API. Or maybe you want to connect your app to a REST backend, you name it. After all, you want that flippin’ data from that server in your app.

But how do you get the data from an API or your backend into your component?

Continue reading How to Call a REST API from a React Component