Is TanStack Form fully compatible with react compiler? #968
Unanswered
rodrigofariow
asked this question in
Q&A
Replies: 1 comment
-
It should be! We have not yet tested with React Compiler, but if you run into problems, please report them and we'll make sure to fix them |
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
-
At my company, we are thinking of moving away from react-hook-form simply because it breaks the rules of react on many properties returned by their
useForm
anduseController
hooks.They are slowly fixing a few things but a lot of them remain and the main maintainer is not making it a priority for now, AFAIK.
So, before fully committing to this library (awesome library btw 💯 ) , we want to know if all returned properties from
useForm
,useField
, etc are safely memoizable (follow the rules of react), and thus react compiler compatible.Thank you for your time 🙏
CC @crutchcorn @tannerlinsley
Beta Was this translation helpful? Give feedback.
All reactions