Skip to content

Commit

Permalink
docs: mention other frameworks we support (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Mar 27, 2024
1 parent 9b32910 commit f2f964c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ Feature/Capability Key:
- 🛑 Not officially supported or documented.

| Feature | TanStack Form | Formik | Redux Form | React Hook Form | Final Form |
| ------------------------------------------------- | -------------------------------------------- | ------------------------------ | -------------------------------------- | ------------------------------------------------ | -------------------------------------- |
| ------------------------------------------------- |----------------------------------------------| ------------------------------ | -------------------------------------- | ------------------------------------------------ | -------------------------------------- |
| Github Repo / Stars | [![][stars-tanstack-form]][gh-tanstack-form] | [![][stars-formik]][gh-formik] | [![][stars-redux-form]][gh-redux-form] | [![][stars-react-hook-form]][gh-react-hook-form] | [![][stars-final-form]][gh-final-form] |
| Supported Frameworks | React | React | React | React | React |
| Supported Frameworks | React, Vue, Angular, Solid, Lit | React | React | React | React |
| Bundle Size | [![][bp-tanstack-form]][bpl-tanstack-form] | [![][bp-formik]][bpl-formik] | [![][bp-redux-form]][bpl-redux-form] | [![][bp-react-hook-form]][bpl-react-hook-form] | [![][bp-final-form]][bpl-final-form] |
| First-class TypeScript support ||||||
| Fully Inferred TypeScript (Including Deep Fields) ||||||
| Headless UI components ||||||
| Framework agnostic ||||||
| Granular reactivity ||||||
| Nested object/array fields ||||||
| Async validation ||||||
| Built-in async validation debounce ||||||
| Schema-based Validation ||||||
| First-class TypeScript support | |||||
| Fully Inferred TypeScript (Including Deep Fields) | |||||
| Headless UI components | |||||
| Framework agnostic | |||||
| Granular reactivity | |||||
| Nested object/array fields | |||||
| Async validation | |||||
| Built-in async validation debounce | |||||
| Schema-based Validation | |||||

[bpl-tanstack-form]: https://bundlephobia.com/result?p=@tanstack/react-form
[bp-tanstack-form]: https://badgen.net/bundlephobia/minzip/@tanstack/react-form?label=💾
Expand Down

0 comments on commit f2f964c

Please sign in to comment.