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 values@tanstack/react-form
library with the useForm
hook.
package/list/list.tsx
Under construction.