Skip to content

Commit d82340e

Browse files
committed
docs: add devtools, SSR, and Compiler to comparison table
1 parent 8d65213 commit d82340e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/comparison.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,18 @@ Feature/Capability Key:
2626
| Async validation ||||||
2727
| Built-in async validation debounce ||||||
2828
| Schema-based Validation ||||||
29+
| First Party Devtools | 🛑*(2) | 🛑 |*(3) |||
30+
| SSR integrations || 🛑 | 🛑 | 🛑 | 🛑 |
31+
| React Compiler support |||| 🛑 ||
2932

3033
\*(1) For nested arrays, react-hook-form requires you [to cast the field array by its name](https://react-hook-form.com/docs/usefieldarray) if you're using TypeScript
3134

35+
*(2) Planned
36+
37+
*(3) Via Redux Devtools
38+
39+
40+
3241
[bpl-tanstack-form]: https://bundlephobia.com/result?p=@tanstack/react-form
3342
[bp-tanstack-form]: https://badgen.net/bundlephobia/minzip/@tanstack/react-form?label=💾
3443
[gh-tanstack-form]: https://github.com/TanStack/form

0 commit comments

Comments
 (0)