Does React Hook Form reduce rerenders when used with Conrolled Components like MUI TextField #2483
Answered
by
bluebill1049
dakshsaraf
asked this question in
General
-
As seen in the above picture react hooks form greatly reduces the rerenders and performs much better than formik. But when used with controlled components from UI libraries like material UI, would it still reduce rerenders and or rerender on every input change like Formik? |
Beta Was this translation helpful? Give feedback.
Answered by
bluebill1049
Aug 5, 2020
Replies: 1 comment 10 replies
-
Yes! totally! https://react-hook-form.com/api#Controller https://codesandbox.io/s/react-hook-form-v6-controller-qsd8r |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
dakshsaraf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes! totally!
https://react-hook-form.com/api#Controller
https://codesandbox.io/s/react-hook-form-v6-controller-qsd8r