Skip to content

Commit 119f0c7

Browse files
committed
Added field arrays to comparison chart
1 parent 45be29e commit 119f0c7

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/comparison.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,21 @@ and you'd like it to be), please correct the mistake.
1414
| Field Level Async Validation ||||
1515
| Render Prop for Form ||||
1616
| Render Prop for Field ||||
17-
| Avoids unnecessary form rerenders || ❌ <sup>[1](#footnote1)</sup> ||
18-
| Higher Order Component | ❌ <sup>[2](#footnote2)</sup> |||
17+
| Array Fields | ✅ <sup>[1](#footnote1) |||
18+
| Avoids unnecessary form rerenders || ❌ <sup>[2](#footnote2)</sup> ||
19+
| Higher Order Component | ❌ <sup>[3](#footnote3)</sup> |||
1920
| Render Prop Component ||||
2021
| Access to form data from outside form ||||
2122
| Awesome Optical Illusion Logo ||||
2223

2324
---
2425

25-
<a name="footnote1">1</a>: This is not really an issue on all but the most
26+
<a name="footnote1">1</a>: Via
27+
[`final-form-arrays`](https://github.com/final-form/final-form-arrays) and
28+
[`react-final-form-arrays`](https://github.com/final-form/react-final-form-arrays)
29+
helper libraries.
30+
31+
<a name="footnote2">2</a>: This is not really an issue on all but the most
2632
enormous forms.
2733

28-
<a name="footnote3">2</a>: See [Why no HOC?](faq.md#why-no-hoc)
34+
<a name="footnote3">3</a>: See [Why no HOC?](faq.md#why-no-hoc)

0 commit comments

Comments
 (0)