Skip to main content
Version: 6.x

Vest with TanStack Form

TanStack Form owns field state while an instance-owned Vest suite provides focused change validation and Standard Schema submission validation.

Installation​

npm install vest @tanstack/react-form

The compatibility workspace pins @tanstack/react-form 1.33.3 and imports only public package entry points.

Runnable demonstration​

The playground loads its tested source directly from the local compatibility workspace. Edit either field and use the file tabs to inspect focused change validation and full-form submission validation.

Loading Editor...

Tested versions​

  • Vest 6.3.2
  • @tanstack/react-form 1.33.3

Proven capabilities​

  • focused execution
  • input inference
  • multiple issues
  • nested paths
  • retained state
  • synchronous

Runtime tests, compile-time inference tests, and the browser build run through yarn integrations:verify.

Known limitations​

  • TanStack Form's generic Standard Schema submission validation does not expose Vest's focused execution or retained state; the field validators use the Suite Object API directly.
  • TanStack Form validates Standard Schema output but does not forward transformed output to the submit callback.

Upstream status​

No upstream change has been created. This page and the local workspace are the Vest-owned proof.