-
Notifications
You must be signed in to change notification settings - Fork 52
feat(docs): Add documentation for React Hook Form usage #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat(docs): Add documentation for React Hook Form usage #141
Conversation
This commit introduces a comprehensive guide on using React Hook Form, covering installation, form creation, validation with Yup, and best practices. The documentation aims to simplify the understanding and implementation of forms in React applications.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces comprehensive documentation for React Hook Form (RHF), a popular library for managing forms in React applications. The documentation covers fundamental concepts, installation, and practical implementation examples.
- Installation instructions and basic setup with React Hook Form
- Form validation integration with Yup schema validation
- Advanced features including state control, external component integration, and best practices
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vale colocar o defaulValues em crase tbm e deixar sem o 's'?
| * Use *defaultValues* para inicializar o formulário. | |
| * Use `defaultValue` para inicializar o formulário. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vale linkar a doc aqui
| O **React Hook Form (RHF)** é uma biblioteca leve e performática para manipulação de formulários em aplicações **React**. | |
| O **[React Hook Form (RHF)](https://react-hook-form.com/)** é uma biblioteca leve e performática para manipulação de formulários em aplicações **React**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Muito bom!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Belo trampo em linkar outros artigos do repo! 💜
|
Muito obrigado por contribuir! 💜 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This commit introduces a comprehensive guide on using React Hook Form, covering installation, form creation, validation with Yup, and best practices. The documentation aims to simplify the understanding and implementation of forms in React applications.
#134