Render forms with validation and submission
handleIDBUpdate
and handleIDBCreate
which can be called to automatically update/create in InstantDB with the latest values in the form. zodSchema
is also automatically created for you based on your Instant schema.form.Field
component. This component is a wrapper around the Tanstack Form Field component, and automatically gives you typesafe field values.@tanstack/react-form
library with the useForm
hook. See the docs for more information. You can pass all of the original useForm
parameters to the tanstackOptions
object. form.Field
also uses the same API, so you have access to all tanstack form field values, such as field.state.meta