شعار React Hook Form - خطاف React المخصص للتحقق من صحة استمارة
https://user-images.githubusercontent.com/10513364/152621466-59a41c65-52b4-4518-9d79-ffa3fafa498a.mp4
[![عدد التنزيلات من npm](https://img.shields.io/npm/dm/react-hook-form.svg?style=for-the-badge)](https://www.npmjs.com/package/react-hook-form) [![npm](https://img.shields.io/npm/dt/react-hook-form.svg?style=for-the-badge)](https://www.npmjs.com/package/react-hook-form) [![npm](https://img.shields.io/npm/l/react-hook-form?style=for-the-badge)](https://github.com/react-hook-form/react-hook-form/blob/master/LICENSE) [![Discord](https://img.shields.io/discord/754891658327359538.svg?style=for-the-badge&label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/yYv7GZ8)

البدء | واجهة التطبيق البرمجية | أمثلة | عرض توضيحي | منشئ استمارة | أسئلة شائعة

### الميزات - تم تصميمه مع مراعاة الأداء وتجربة المستخدم وسهولة التطوير - يدعم التحقق من صحة استمارة الأساسي في HTML [validation](https://react-hook-form.com/get-started#Applyvalidation) - اندماج مباشر مع مكتبات واجهة المستخدم [UI libraries](https://codesandbox.io/s/react-hook-form-v7-controller-5h1q5) - [Small size] (https://bundlephobia.com/result?p=react-hook-form@latest) ولا [dependencies](./package.json) - دعم [Yup](https://github.com/jquense/yup), [Zod](https://github.com/colinhacks/zod), [AJV](https://github.com/ajv-validator/ajv), [Superstruct](https://github.com/ianstormtaylor/superstruct), [Joi](https://github.com/hapijs/joi), [Vest](https://github.com/ealush/vest), [class-validator](https://github.com/typestack/class-validator), [io-ts](https://github.com/gcanti/io-ts), [nope](https://github.com/bvego/nope-validator) وبناء مخصص ### التثبيت npm install react-hook-form ### البداية السريعة ```jsx import React from 'react'; import { useForm } from 'react-hook-form'; function App() { const { register, handleSubmit, formState: { errors }, } = useForm(); const onSubmit = (data) => console.log(data); return (
{errors.lastName &&

اسم العائلة مطلوب.

} {errors.age &&

الرجاء إدخال عدد للعمر.

}
); } ``` الرعاة شكرًا لهذه الشركات والأفراد اللطفاء والمحبين! ~الرعاة الداعمين شكرًا لجميع داعمينا! [كن داعمًا]. المساهمين شكرًا لهؤلاء الأشخاص الرائعين! [كن مساهمًا]. المساعدين شكرًا لكم على مساعدتكم والإجابة على أسئلة المجتمع. ~المساعدين المنظمات شكرًا لهذه المنظمات الرائعة! [ساهم].