Browse Source

Merge pull request #6085 from srph/patch-1

Add ReactLink deprecation notice
main
Jim 9 years ago
parent
commit
3f1208560a
  1. 2
      docs/10.2-form-input-binding-sugar.md

2
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."

Loading…
Cancel
Save