Hono validation with pukka! #4146
ajaishankar
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
Hi @ajaishankar So, users can use the validator without a specific validator for Hono, like |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes! Unlike other libraries, on error it returns any valid field data, and also what the user input for fields that failed validation. Hence it makes it very easy to render forms with errors on server side after a failed post 🙂 Forms with deeply nested schemas are also supported. Ajai |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @yusukebe
In the spirit of Hono minimalism, I published pukka a delightfully simple TypeScript validation library 🚀 (2kb minified + gzipped)
Just wanted to share with the Hono community.
I use it primarily for server rendered JSX applications, but looking to add OpenAPI support soon.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions