mirror of
https://github.com/LukeHagar/form.git
synced 2025-12-09 20:37:47 +00:00
476 B
476 B
id, title
| id | title |
|---|---|
| installation | Installation |
While the core of TanStack Form is framework-agnostic and will be compatible with various front-end frameworks in the future, we only support React today. To use TanStack Form with React, install the adapter via NPM
$ npm i @tanstack/react-form
Depending on your environment, you might need to add polyfills. If you want to support older browsers, you need to transpile the library from
node_modulesyourselves.