brillout / awesome-react-components

Curated List of React Components & Libraries.
Creative Commons Zero v1.0 Universal
42.8k stars 3.51k forks source link

Add a Form Logic:hook-form-react #424

Closed luoanb closed 8 months ago

luoanb commented 8 months ago

I've developed a form validation hook that enables quick integration with UI libraries (already compatible with Next UI, with support for other mainstream libraries in progress, a task that third parties can also undertake for swift adaptation). It offers open-ended interfaces, allowing users to freely manage form data and error messages (including server-returned validation feedback). The definition of validation rules is also open-ended, enabling users to extend them as per their business requirements.