From ba4b1af80b4ac4c3946c26df4793fe8c28901b86 Mon Sep 17 00:00:00 2001 From: Kuldeep Saxena Date: Wed, 20 Dec 2017 02:40:02 +0530 Subject: [PATCH] Update GettingStarted.md --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 13b6409..ace90e5 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -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';