We have nice projects using Unform already, it would be very cool to include a section inside this project with project links.
What do you think about?
Nice idea, but, IMHO, I think it's a tad early for that, no?
My say it's to probably wait for skylab to start being usable. When this happens we can include it ('cause skylab rocks) and unform will probably be more mature and more widespread, resulting in more awesome projects using it.
But anyway, my opinion is based on the fact that I don't remember/know of any projects using unform, if you can share examples it would be great!
I'm using unform in a project for resolution of linear equation systems. The project is running at linnear.netlify.com and the source code can be found here.
The main unform feature used in this project is initialData. Thanks for that, I don't need to pass data for each Input in my dynamically generated Form.
I wrote a tutorial using React, Hooks, UnForm, and Cypress:
https://joaovanzuita.me/blog/react-js-unform-validations-and-cypress-io-tests
I'm wearing the unform on a project login page for my company's resume application. The project is running on: https://vagas.unimedvarginha.coop.br
Most helpful comment
I'm using
unformin a project for resolution of linear equation systems. The project is running atlinnear.netlify.comand the source code can be foundhere.The main
unformfeature used in this project isinitialData. Thanks for that, I don't need to pass data for eachInputin my dynamically generatedForm.