Skip to content

Commit

Permalink
Update proptypes doc (#9391)
Browse files Browse the repository at this point in the history
* Update proptypes doc

* Removed note
  • Loading branch information
jackmarchant authored and gaearon committed Apr 13, 2017
1 parent d333bff commit a63ecad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/contributing/codebase-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a63ecad

Please sign in to comment.