Skip to content

Commit

Permalink
Update GettingStarted.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuldeep Saxena authored Dec 19, 2017
1 parent cd2086b commit ba4b1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default reactiveForm(Login, loginForm);
```

### With `Field`
[Field](api/Field.md) subscribes the component with a particular control's state changes which reduces unnecessary re-rendering of other fields.
[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.

```js
import React, { Component } from 'react';
Expand Down

0 comments on commit ba4b1af

Please sign in to comment.