TanStack/form
🤖 Headless, performant, and type-safe form state management for TS/JS, React, Vue, Angular, Solid, and Lit. observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 99
- Release rhythm 85
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 3564
- days_rel: 22
- days_push: 7
- n_releases_24m: 622
Adoption not part of the score
6672 stars · 671 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
TanStack Form is a headless, type-safe form state management library for TypeScript/JavaScript with adapters for React, Vue, Angular, Solid, Svelte, Preact, and Lit. It provides reactive hooks, sync/async validation with debouncing, granular subscriptions, and deep TypeScript inference while leaving all UI rendering to the developer.
Use cases
- manage complex form state in React with full type safety
- validate forms with sync and async rules and debouncing
- build headless forms with custom UI components
- handle nested fields and arrays in forms
- share form options and compose field components across a team
- integrate schema validation with zod or yup
- build multi-step form wizards
- use forms in Vue, Angular, Solid, or Lit apps
When to choose
- you need deeply typed form values and field names in TypeScript
- you want full control over markup instead of a bundled UI kit
- you need fine-grained validation orchestration (onChange, onBlur, async debounced, onSubmit)
- you need one form model across multiple frameworks
- you have large forms where granular subscriptions matter for performance
When to avoid
- you want batteries-included styled form components out of the box
- your forms are trivial and a native form or lighter library suffices
- you're not using TypeScript and won't benefit from its type inference
- you need a very small dependency footprint for a simple project
Facets
library · maturity stable
form-handling state-management frontend-framework web-development frontend developer-tools browser cross-platform headless-ui typescript react vue angular solid lit svelte zod yup tanstack schema-validation async-validation nodejs web-server
10 sources
- readme: https://github.com/TanStack/form · fetched 2026-08-28 · f7a2498d514c
- homepage: https://tanstack.com/form · fetched 2026-08-29 · 4ccd549c200d
- site_page: https://tanstack.com/form/latest/docs/overview · fetched 2026-08-29 · 2d9b16e7e8ee
- site_page: https://tanstack.com/form/latest/docs/framework/react/guides/basic-concepts · fetched 2026-08-29 · 2c9147ced35f
- site_page: https://tanstack.com/form/latest/docs/reference/index · fetched 2026-08-29 · ac8c0ad13b68
- site_page: https://tanstack.com/form/latest/docs/framework/react/examples/simple · fetched 2026-08-29 · bfe6c67679bf
- site_page: https://tanstack.com/form/latest/docs/blog · fetched 2026-08-29 · f3fcfe03acb5
- site_page: https://tanstack.com/form/latest/docs/framework · fetched 2026-08-29 · 8b058c1eaed1
- site_page: https://tanstack.com/form/latest/docs/contributors · fetched 2026-08-29 · e0777f6f85ea
- site_page: https://tanstack.com/blog · fetched 2026-08-29 · f45f670c0ce6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| TanStack/form | main | 94 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem