Skip to content

Commit ba4b1af

Browse files
author
Kuldeep Saxena
authored
Update GettingStarted.md
1 parent cd2086b commit ba4b1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default reactiveForm(Login, loginForm);
125125
```
126126

127127
### With `Field`
128-
[Field](api/Field.md) subscribes the component with a particular control's state changes which reduces unnecessary re-rendering of other fields.
128+
[Field](api/Field.md) subscribes the component to a particular control's state changes which improves the performance by restricting the re-rendering of other fields.
129129

130130
```js
131131
import React, { Component } from 'react';

0 commit comments

Comments
 (0)