Vlady Veselinov

Resultados 1 preguntas formuladas por Vlady Veselinov

Esto es lo que tengo en marcha: import 'whatwg-fetch'; function fetchVehicle(id) { return dispatch => { return dispatch({ type: 'FETCH_VEHICLE', payload: fetch(`http://swapi.co/api/vehicles/${id}/`) .then(status) .then(res => res.json()) .catch(error => { throw(error);