Hi HN!<p>I created useForm because I wanted a simple React form library that leveraged hooks, didn't use a lot of "magic", took care of form tasks such as validation and serialization, and could handle complex use cases such as array / nested inputs, resets, undos, and more.<p>There are a lot of great libraries out there, but none quite struck the balance between simplicity and depth of features I was looking for, so I created useForm. useForm is open source, so feel free to use it in your React projects as you see fit.