From 9ad8ff671a36f2635848b01827ad8ece5736f44b Mon Sep 17 00:00:00 2001 From: Kier Borromeo Date: Mon, 22 Feb 2016 18:32:46 +0800 Subject: [PATCH] Add deprecation notice. --- docs/10.2-form-input-binding-sugar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/10.2-form-input-binding-sugar.md b/docs/10.2-form-input-binding-sugar.md index 8bc351389..7c4ae378e 100644 --- a/docs/10.2-form-input-binding-sugar.md +++ b/docs/10.2-form-input-binding-sugar.md @@ -10,7 +10,7 @@ next: test-utils.html > Note: > -> If you're new to the framework, note that `ReactLink` is not needed for most applications and should be used cautiously. +> ReactLink is deprecated as of React v15. The recommendation is to explicitly set the value and change handler, instead of using ReactLink. In React, data flows one way: from owner to child. This is because data only flows one direction in [the Von Neumann model of computing](https://en.wikipedia.org/wiki/Von_Neumann_architecture). You can think of it as "one-way data binding."