React Zoom Form - Powerful React form and validation library #2645
GRA0007
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! I wanted to share a library I've been working on recently called React Zoom Form, which is designed to use a Zod schema for form validation, and heavily inspired by @esamattis's work on React Zorm, as well as the principles and API of React Hook Form.
A basic example is below
Unlike React Zorm which parses the submitted form values, React Zoom Form is designed to store the values in an internal state, which provides support for 3rd party or complex controlled fields that expose an
onChange
andvalue
:Of course, it also supports nested schemas with arrays and objects!
I'm very interested in feedback, including discovery of any issues or missing features, so let me know if you try it out!
Beta Was this translation helpful? Give feedback.
All reactions