@@ -15,8 +15,8 @@ Feature/Capability Key:
15
15
| Feature | TanStack Form | Formik | Redux Form | React Hook Form | Final Form |
16
16
| ------------------------------------------------- | -------------------------------------------- | ------------------------------ | -------------------------------------- | ------------------------------------------------ | -------------------------------------- |
17
17
| 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 ] |
20
20
| First-class TypeScript support | ✅ | ❓ | ❓ | ❓ | ❓ |
21
21
| Fully Inferred TypeScript (Including Deep Fields) | ✅ | ❓ | ❓ | ❓ | ❓ |
22
22
| Headless UI components | ✅ | ❓ | ❓ | ❓ | ❓ |
@@ -32,14 +32,23 @@ Feature/Capability Key:
32
32
[ gh-tanstack-form ] : https://github.com/TanStack/form
33
33
[ stars-tanstack-form ] : https://img.shields.io/github/stars/TanStack/form?label=%F0%9F%8C%9F
34
34
35
+ [ bpl-formik ] : https://bundlephobia.com/result?p=formik
36
+ [ bp-formik ] : https://badgen.net/bundlephobia/minzip/formik?label=💾
35
37
[ gh-formik ] : https://github.com/jaredpalmer/formik
36
38
[ stars-formik ] : https://img.shields.io/github/stars/jaredpalmer/formik?label=%F0%9F%8C%9F
37
39
40
+
41
+ [ bpl-redux-form ] : https://bundlephobia.com/result?p=redux-form
42
+ [ bp-redux-form ] : https://badgen.net/bundlephobia/minzip/redux-form?label=💾
38
43
[ gh-redux-form ] : https://github.com/redux-form/redux-form
39
44
[ stars-redux-form ] : https://img.shields.io/github/stars/redux-form/redux-form?label=%F0%9F%8C%9F
40
45
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=💾
41
48
[ gh-react-hook-form ] : https://github.com/react-hook-form/react-hook-form
42
49
[ stars-react-hook-form ] : https://img.shields.io/github/stars/react-hook-form/react-hook-form?label=%F0%9F%8C%9F
43
50
51
+ [ bpl-final-form ] : https://bundlephobia.com/result?p=final-form
52
+ [ bp-final-form ] : https://badgen.net/bundlephobia/minzip/final-form?label=💾
44
53
[ gh-final-form ] : https://github.com/final-form/final-form
45
54
[ stars-final-form ] : https://img.shields.io/github/stars/final-form/final-form?label=%F0%9F%8C%9F
0 commit comments