timothymiller / t4-app

A powerful cross-platform UI toolkit for building actually native iOS, Android, macOS, Windows, Linux, and Progressive Web Apps with React (Native).
https://t4stack.com
MIT License
1.34k stars 71 forks source link

Mobius (E2E TS graphql client) support #58

Closed geoman2 closed 11 months ago

geoman2 commented 11 months ago

Hi, mobius is a typed graphql client, part of the Elysia framework, similar to Hono and compatible with it, just has been released, maybe you try to change Hono with Elisya to see if mobius graphql client works in t4-app, so no need for Garph and Gqty and no need for codegen. The server is running on Yoga.

Homepage https://elysiajs.com Author's twitter https://twitter.com/saltyAom

timothymiller commented 11 months ago

While I like bun, the ecosystem needs to be supported by Cloudflare before I'd consider adding it into the stack.

geoman2 commented 11 months ago

Elysia framework just added support for workerd/cloudflare in version 0.6, here are the details https://twitter.com/saltyAom/status/1688233007407329280 Here https://twitter.com/honojs/status/1684839623355490304 is posted hono running on elysia and viceversa as both being winterCG compliant.