DEV Community

Discussion on: Forms in React: React Hook Forms with Material UI and YUP

Collapse
 
resurii14 profile image
Leslie

Thanks for sharing this detailed guide! I have just discovered react-hook-form. I haven't tried it out yet, but reading from the docs and tutorials, I like that it doesn't re-render as much as other libraries do. The re-rendering part is something I wished was addressed "out of the box" in other libraries.

You said that you have forms containing many fields. Do you also use 3rd-party UI integrations there?

Collapse
 
ammartinwala52 profile image
Ammar Tinwala

Hi @leslie

Apologies for my very very late response.

Yes I'm using the 3rd party UI integrations. This tutorial is my actual workflow in the projects that I have developed and they are being used by my clients in production.
3rd party UI libraries that I have used is : Material UI, React-Select and Material-UI pickers dev. (Date and Time)

If you go to my github repo there you will find all the above mentioned integration.
Let me know if you need some more info/help in these.

I thank you very much for your time in going through my article.