Reactjs – How to share object's methods across components in React?
I'm creating a React (functional components) app which is based on Spotify Web API. I have no problems with this API but i have problems with Spotify Web Playback SDK. It's a library which allows browser to control music player.…