Files
form/docs/typescript.md
2023-04-27 13:27:20 -06:00

776 B

id, title
id title
typescript TypeScript

TanStack Form is written 100% in TypeScript with the highest quality generics, constraints and interfaces to make sure the library and your projects are as type-safe as possible!

Things to keep in mind:

  • Types currently require using TypeScript v4.1 or greater
  • Changes to types in this repository are considered non-breaking and are usually released as patch semver changes (otherwise every type enhancement would be a major version!).
  • It is highly recommended that you lock your react-form package version to a specific patch release and upgrade with the expectation that types may be fixed or upgraded between any release
  • The non-type-related public API of TanStack Form still follows semver very strictly.