Отображение данных исполнителя из сетевого ответа через Spotify API
#reactjs #response #spotify #реагирует на #ответ #spotify Вопрос: Вот мой Код. spotifyApi.getMyCurrentPlaybackState() .then((response) =gt; { this.setState({ nowPlaying: { name: response.item.name, artist: response.item.artists.name, albumArt: response.item.album.images[0].url } }); }) мой объект ответа…