Skip to content

Commit 3b258d6

Browse files
authored
docs: add bundle size and supported frameworks (#422)
1 parent 74a1dab commit 3b258d6

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/comparison.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Feature/Capability Key:
1515
| Feature | TanStack Form | Formik | Redux Form | React Hook Form | Final Form |
1616
| ------------------------------------------------- | -------------------------------------------- | ------------------------------ | -------------------------------------- | ------------------------------------------------ | -------------------------------------- |
1717
| 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] |
18-
| Supported Frameworks | React | | | | |
19-
| Bundle Size | [![][bp-tanstack-form]][bpl-tanstack-form] | | | | |
18+
| Supported Frameworks | React | React | React | React | React |
19+
| 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] |
2020
| First-class TypeScript support ||||||
2121
| Fully Inferred TypeScript (Including Deep Fields) ||||||
2222
| Headless UI components ||||||
@@ -32,14 +32,23 @@ Feature/Capability Key:
3232
[gh-tanstack-form]: https://github.com/TanStack/form
3333
[stars-tanstack-form]: https://img.shields.io/github/stars/TanStack/form?label=%F0%9F%8C%9F
3434

35+
[bpl-formik]: https://bundlephobia.com/result?p=formik
36+
[bp-formik]: https://badgen.net/bundlephobia/minzip/formik?label=💾
3537
[gh-formik]: https://github.com/jaredpalmer/formik
3638
[stars-formik]: https://img.shields.io/github/stars/jaredpalmer/formik?label=%F0%9F%8C%9F
3739

40+
41+
[bpl-redux-form]: https://bundlephobia.com/result?p=redux-form
42+
[bp-redux-form]: https://badgen.net/bundlephobia/minzip/redux-form?label=💾
3843
[gh-redux-form]: https://github.com/redux-form/redux-form
3944
[stars-redux-form]: https://img.shields.io/github/stars/redux-form/redux-form?label=%F0%9F%8C%9F
4045

46+
[bpl-react-hook-form]: https://bundlephobia.com/result?p=react-hook-form
47+
[bp-react-hook-form]: https://badgen.net/bundlephobia/minzip/react-hook-form?label=💾
4148
[gh-react-hook-form]: https://github.com/react-hook-form/react-hook-form
4249
[stars-react-hook-form]: https://img.shields.io/github/stars/react-hook-form/react-hook-form?label=%F0%9F%8C%9F
4350

51+
[bpl-final-form]: https://bundlephobia.com/result?p=final-form
52+
[bp-final-form]: https://badgen.net/bundlephobia/minzip/final-form?label=💾
4453
[gh-final-form]: https://github.com/final-form/final-form
4554
[stars-final-form]: https://img.shields.io/github/stars/final-form/final-form?label=%F0%9F%8C%9F

0 commit comments

Comments
 (0)