Guides on authoring own client like `@trpc/react`

Hello, are there plans or guides to create own client
useQuery
in @trpc/react? I'm asking this because I plan to create something for Svelte + Tanstack Svelte Query but looking at the source code for v11, the types are scattered all around and i cannot seem to follow. Also, there is

1. createRecursiveProxy
2. createTRPCClientProxy
3. createTRPCFlatProxy

and many others which is sooo confusing

Any help would be much appreciated
Was this page helpful?