Which http library trpc uses in the frontend?
I was wondering if
trpc
uses the Fetch API
or uses something like Axios
to do API calls from the frontend. I recently added supertokens
to an app and I need to add a middleware for session refreshment depending on the tool I'd be using2 Replies
we use the fetch api
nice! Thank u 🙂