vishalbalaji / trpc-svelte-query-adapter

A simple adapter to use `@tanstack/svelte-query` with trpc, similar to `@trpc/react-query`.
71 stars 6 forks source link

Use the `client.__untypedClient` instead of running reduce on the client for each procedure #46

Closed vishalbalaji closed 1 month ago

vishalbalaji commented 1 month ago

Also flesh out the example app.