In React, the Axios package is used to make requests. It will make a request against the specified url and return the data when it finds it. Normally, it runs asychronously, returning a Promise in the meantime.
Promise