Documentation Index
Fetch the complete documentation index at: https://instantdb-react-ui.kirankunigiri.com/llms.txt
Use this file to discover all available pages before exploring further.
Forms
package/form/use-idb-form.tsx, package/form/zod.ts
- Use
createEntityZodSchemato create a zod schema from the entity and get default values - Use TanStack Form’s
useFormhook to create a form with the zod schema validator and initial values - Get relation field picker data for relation fields
- Subscribe to database changes and update form values
- Return the form with custom modified types
TanStack Form library
Form state is managed using the@tanstack/react-form library with the useForm hook.
TanStack Form Docs
Read the reference for the useForm hook
Lists
package/list/list.tsx
Under construction.