return fetch(url) .then(response => response.json()) .then(json => { //everything just here? }) .catch(err => console.log(err));