axios .get(mainUrl) .then((response) => { dealWithData(response.data); }) .catch((err) => { console.log(err); });