Using Twitch API with ReactJS

So to display some twitch datas about my account, with only a front-end with React, I need :

  • to do a get request to oauth
  • then with the access token received, I can go get requests to twitch api endpoints

that’s it ?