Use React Query + Fetch for file upload
Hey there, I'm using Cloudflare's presigned URL to upload files. To upload the file I'm using the fetch API. How can I use react query for that fetch action? React Query works seamlessly with trpc, but how can I make it work for a good old fetch or axios request?
I couldn't find a question like this before. If it does exist, please point me to the thread! Thanks everyone for your help in advance

I couldn't find a question like this before. If it does exist, please point me to the thread! Thanks everyone for your help in advance
