https://codesandbox.io/s/react-workshop-music-9-advanced-rxdum
The final feature we add to Music Hub is a way to search from Spotify and add item to the main page.

axiosqsspotify_api<aside> 💡 Details on data fetching, API, access tokens will be discussed in Node workshop
</aside>
Spotify.jsxspotify_api to searchArray.map to "clean" server response - only get id, artist, album and titleSongList that we did before: