React Query + Axios for authentication
React Query is a great library. It provides an API similar to the Apollo GraphQL client, but in a backend-agnostic design. This post looks into hooking up the Axios HTTP library to authenticate API calls.
TutorialReactAuthentication
Read post