You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elysia is the best bun framework fro building api's so far, can you add handler.js in the build output like svelte node adapter does for express js? that will be very helpful.
The text was updated successfully, but these errors were encountered:
@oSethoum, could you elaborate some of the use cases for this?
I found that tRPC is quite good for API calls where form actions are not idiomatic. It provides fron-end type safety and input validation with any validation library (e.g. Arktype, Valibot, Zod, etc).
When the API is not consumed by the same SvelteKit app frontend but a 3rd party (e.g. native) app, GraphQL Yoga seems to be a good option although I haven't tried it yet. It also provides type safety.
elysia is the best bun framework fro building api's so far, can you add handler.js in the build output like svelte node adapter does for express js? that will be very helpful.
The text was updated successfully, but these errors were encountered: