Update proptypes doc (#9391)

* Update proptypes doc

* Removed note
This commit is contained in:
Jack
2017-04-13 18:11:23 +01:00
committed by Dan Abramov
parent 22655d5759
commit 4e0c57315a
-2
View File
@@ -301,10 +301,8 @@ While the code is separated in the source tree, the exact package boundaries are
The "core" of React includes all the [top-level `React` APIs](/react/docs/top-level-api.html#react), for example:
* `React.createElement()`
* `React.createClass()`
* `React.Component`
* `React.Children`
* `React.PropTypes`
**React core only includes the APIs necessary to define components.** It does not include the [reconciliation](/react/docs/reconciliation.html) algorithm or any platform-specific code. It is used both by React DOM and React Native components.