From a63ecad10ee4a5958fe3fa064311e5a0b54b8584 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 14 Apr 2017 03:11:23 +1000 Subject: [PATCH] Update proptypes doc (#9391) * Update proptypes doc * Removed note --- docs/contributing/codebase-overview.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/contributing/codebase-overview.md b/docs/contributing/codebase-overview.md index 637c4893241ec..b9be535b416bc 100644 --- a/docs/contributing/codebase-overview.md +++ b/docs/contributing/codebase-overview.md @@ -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.