Skip to content
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

Integrate form library #8

Closed
2 of 6 tasks
kachar opened this issue Dec 18, 2020 · 2 comments · Fixed by #32
Closed
2 of 6 tasks

Integrate form library #8

kachar opened this issue Dec 18, 2020 · 2 comments · Fixed by #32
Labels
help wanted Extra attention is needed type: RFC Request for comments

Comments

@kachar
Copy link
Member

kachar commented Dec 18, 2020

Motivation

Viable options

Validation libraries

Requirements

https://ora.pm/project/277933/task/4495227

@kachar kachar added help wanted Extra attention is needed type: RFC Request for comments labels Dec 18, 2020
@Nikola-Andreev
Copy link
Contributor

I would use the react-hook-form without additional validation library, because there are built in validation rules supported:
https://react-hook-form.com/get-started#Applyvalidation

I have experience with formik, but they have 500 opened issues on their git hub page 😲.
Currently i am using react-final-form, but they also have some bugs and the repo is rarely updated.

@kachar
Copy link
Member Author

kachar commented Feb 6, 2021

The first implementation was brought to master using Formik form lib and Yup as validation lib thanks to @uzuntonev 🙌

I'll keep this issue open for any further form or validation related discussions.

The next objectives are:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed type: RFC Request for comments
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants