Mirrors the React integration pattern used by createReactQuery() and createNuqs():
create the adapter once, then bind individual contracts with rhf(contract).
Contracts must declare a body schema whose input is object-shaped. After
binding, callers may override or disable the generated resolver through
formOptions(...) or useForm(...).
Create a React Hook Form adapter factory.
Mirrors the React integration pattern used by
createReactQuery()andcreateNuqs(): create the adapter once, then bind individual contracts withrhf(contract). Contracts must declare a body schema whose input is object-shaped. After binding, callers may override or disable the generated resolver throughformOptions(...)oruseForm(...).