Developer-DAO / DAO-job-board

A job board connecting DAOs with talent.
https://devdao-job-board.vercel.app/
82 stars 34 forks source link

Form validation #107

Closed G3root closed 2 years ago

G3root commented 2 years ago

What does it do?

this wrap's chakra ui form input components with react-hook-form and uses zod for form validation

Any helpful background information?

Form handling in react by mutating state is painful and degrade performance by unnecessary re-renders. libraries like react-hook-form relies on uncontrolled components. This approach reduces the amount of re-rendering that occurs due to a user typing in an input or other form values changing, by using Ref's and Native Dom handlers.

Any new dependencies? Why were they added?

vercel[bot] commented 2 years ago

@G3root is attempting to deploy a commit to the Developerdao Team on Vercel.

A member of the Team first needs to authorize it.

carlomigueldy commented 2 years ago

@allcontributors please add @G3root for code

allcontributors[bot] commented 2 years ago

@carlomigueldy

I've put up a pull request to add @G3root! :tada:

G3root commented 2 years ago

merge conflicts have been resolved :heavy_check_mark: