Replies: 1 comment
-
Hello @lucksp, Data Driven Forms uses React Final Form as its state management library and it cannot be changed to a different library, however you should not need to change it as DDF already provides all the features. |
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
-
In reading the docs, the
usage
section explains the requirement to use your FormProvider: https://github.com/data-driven-forms/react-forms#usageWe always use React Hook Form...can this library be used with it, to access the schema mapping & logic to render?
Beta Was this translation helpful? Give feedback.
All reactions