Learn how instantdb-react-ui works under the hood
package/form/use-idb-form.tsx
, package/form/zod.ts
createEntityZodSchema
to create a zod schema from the entity and get default valuesuseForm
hook to create a form with the zod schema validator and initial valuesForm state is managed using the @tanstack/react-form
library with the useForm
hook.
Read the reference for the useForm hook
package/list/list.tsx
Under construction.