Which form validation library are you using?
Coming from React I really love https://react-hook-form.com/
Are you guys using Tanstack Form for Solid or what is the "most popular" one? π
4 Replies
Modular Forms: The modular and type-safe form library
Modular Forms is a JavaScript library built on SolidJS, Qwik, Preact, and React to validate and handle various types of forms.
Itβs stable and well done and has adapters for validation libraries (zod, valibot, yup,β¦)
thanks π
Unfortunately this library only supports Zod and Valibot. Would like to give ArkType a try
Well I think you might be able to use it by passing it as the validate prop to create form.
And the adapters are not that complex.
E.g.