Skip to content

Commit

Permalink
Remove erroneous line about static methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmeht committed Apr 1, 2014
1 parent d236a05 commit 93a033a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/tips/16-references-to-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ var myComponent = React.renderComponent(<MyComponent />, myContainer);

Keep in mind, however, that the "constructor" of a component doesn't return a component instance! It's just a **descriptor**: a lightweight representation that tells React what the mounted component should look like.

Descriptors also contain any methods that you define in the [statics](http://facebook.github.io/react/docs/component-specs.html#statics) property of the component.

```js
/** @jsx React.DOM */

Expand Down

0 comments on commit 93a033a

Please sign in to comment.