[ANN] ppx react hook form

React Hook Form is a popular library for form validation. While it provides a great development experience with a dynamic and structured type system, it’s a tricky library to bind to. We’ve tried to bind to it a few times in our team and use it in our product, but it didn’t get much support from the team due to poor usability.
So we’re trying to improve the usability once again with ppx. We’ve deployed ppx to npm.

The main APIs it supports are currently:

  1. useForm
  2. useFieldArray
  3. Controller

We will be adding the necessary bindings as we use them in our product.

10 Likes