I am a full stack web/software developer from Nigeria.
I am available for full stack web development projects using Python frameworks(Django/Flask) and React.
Hello Deepak. Thank you for reading. In my own opinion it’s best to handle public API calls on the server side. However, if you won't be manipulating or processing the received response, you can make the call on the frontend. For example: If you are querying GitHub’s API just to display a user’s list of repositories, you can simply make the API call on the frontend. But if you want to do something complex with the received response, It is better to make the API call on the backend.