I apologize if this is a really basic question, but I am a beginner with a fundamental lack of understanding of how a React app works. Right now I am creating an app which uses Spotify API, including authentication. With React, I want to be able to fetch the data in my components. However, the API does not let me as it is meant to be fetched from 'server side'. My question is, how is the distinction made / how would I go about creating a 'server side' where all I do is authenticate and retrieve data from the api?
via y_arl
No comments:
Post a Comment