Hit external APIs ...
I'm new to tRPC, I need to hit an external API (OpenAI) directly from the client-side. Can I still use tRPC for that?
If not do I have to wrap my app in Nextjs with React-Query wrapper?
If not do I have to wrap my app in Nextjs with React-Query wrapper?
