I recently rewrote my frontend's API from GraphQL to REST (I had a public API that was always behind on functionality - this approach forces me to keep it up to date), using Hono + Zod has been brilliant for creating types that my frontend can consume AND generate into OpenAPI specs/clients.
No comments yet.