incompletude
incompletude
> Is Formik still maintained? Do you see any chance to add Valibot support to Formik? Seems like they are pushing a few things here and there, but they have...
> I write the Valibot adapter for React Hook Form. If you can switch, you probably should. I tried yesterday, but I find react-hook-form a bit ugly and intrusive. I...
Ok, i wrote a wrapper around react-hook-form to turn its API more bearable for my usecase: ```ts import { valibotResolver } from "@hookform/resolvers/valibot" import { ChangeEvent } from "react" import...