Level 16
There is no API authentication in "the React way". It is the same process for everything, regardless of the used rendering library/framework. You need to deal with the HTTP client.
Most React and Vue apps utilize Axios as the client and Angular comes with its own implementation.
Long story short, any tutorial that is applicable to Vue is also applicable to React and vice versa.