Replies: 1 comment
-
@shadcn ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I started to looking onto Form component from shadcn. It seems that it uses form provider by default, which could have serious performance implications :
https://www.react-hook-form.com/advanced-usage/#FormProviderPerformance
Additionaly, all examples in example section are using inputs by passing Control which is "optimisation" for FormProvider. (directly passing control).
Am I missing something in here?
Beta Was this translation helpful? Give feedback.
All reactions