fetch(APIURL) .then((res) => res.json()) .then((users) => setData(users)) .catch((err) => console.log(err));