Cap-go / capgo

Instant update for capacitor apps
https://capgo.app
GNU Affero General Public License v3.0
109 stars 54 forks source link

use TRPC in hono #741

Open riderx opened 2 months ago

riderx commented 2 months ago

The goal is to make any api call be fully types as we have for supabase: https://github.com/honojs/middleware/tree/main/packages/trpc-server

WcaleNieWolny commented 1 month ago

This is NOT easy. I have attempted to do this briefly and I have failed completely. It's likely doable for the frontend but it's almost impossible to do for the CLI due to the fact that we have 2 repos. It also would require us to figure out how to use the middleware for TRPC with supabase which will not be easy.