mirror of
https://github.com/LukeHagar/form.git
synced 2025-12-10 04:19:54 +00:00
530 B
530 B
id, title
| id | title |
|---|---|
| installation | Installation |
TanStack Form is compatible with various front-end frameworks, including React, Solid, Svelte and Vue. To use TanStack Form with your desired framework, install the corresponding adapter via NPM
$ npm i @tanstack/react-form
# or
$ pnpm add @tanstack/solid-form
# or
$ yarn add @tanstack/svelte-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.