Skip to content

Commit b76c1d3

Browse files
author
Kuldeep Saxena
authored
Update README.md
1 parent f6dc383 commit b76c1d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ class Login extends Component {
7373
export default reactiveForm(Login, loginForm);
7474
```
7575

76-
Note: While dealing with larger forms & [Form Array’s](docs/api/FormArray.md) it’s highly recommended to use the [Field](docs/api/Field.md) component instead of `reactiveForm` method.`Field` component subscribes a particular control & only update it when it’s or it’s parent state changes, which of course reduces the re-rendering and boost the performance significantly.
76+
### Note:
77+
While dealing with larger forms & [Form Array’s](docs/api/FormArray.md) it’s highly recommended to use the [Field](docs/api/Field.md) component instead of `reactiveForm` method.`Field` component subscribes a particular control & only update it when it’s or it’s parent state changes, which of course reduces the re-rendering and boost the performance significantly.
7778

7879

7980
```js
@@ -162,6 +163,7 @@ export default class Login extends Component {
162163
Try out `react-reactive-forms` in these sandbox versions of the Examples.
163164
* [Simple Form](https://codesandbox.io/s/4rxokpr270)
164165
* [Sync & Async Validation](https://codesandbox.io/s/qq8xq7j2w)
166+
* [User Register Form With Nested Forms](https://codesandbox.io/s/p2rqmr8qk7)
165167

166168
Let's make React Reactive Forms better! If you're interested in helping, all contributions are welcome and appreciated.
167169

0 commit comments

Comments
 (0)