This commit is contained in:
Rico Sta. Cruz 2015-04-17 18:42:50 +08:00
parent afe7916d84
commit 9bddb4a537
1 changed files with 2 additions and 0 deletions

View File

@ -108,8 +108,10 @@ Methods and properties you can override. See [component specs](http://facebook.g
| Method | What | | Method | What |
| ---- | ---- | | ---- | ---- |
| [`render()`](http://facebook.github.io/react/docs/component-specs.html#render) | | | [`render()`](http://facebook.github.io/react/docs/component-specs.html#render) | |
| ---- | ---- |
| [`getInitialState()`](http://facebook.github.io/react/docs/component-specs.html#getinitialstate) | | | [`getInitialState()`](http://facebook.github.io/react/docs/component-specs.html#getinitialstate) | |
| [`getDefaultProps()`](http://facebook.github.io/react/docs/component-specs.html#getdefaultprops) | | | [`getDefaultProps()`](http://facebook.github.io/react/docs/component-specs.html#getdefaultprops) | |
| ---- | ---- |
| [`mixins: [ ... ]`](http://facebook.github.io/react/docs/component-specs.html#mixins) | Mixins | | [`mixins: [ ... ]`](http://facebook.github.io/react/docs/component-specs.html#mixins) | Mixins |
| [`propTypes: { ... }`](http://facebook.github.io/react/docs/component-specs.html#proptypes) | Validation ... [more](#property-validation) | | [`propTypes: { ... }`](http://facebook.github.io/react/docs/component-specs.html#proptypes) | Validation ... [more](#property-validation) |
| [`statics: { ... }`](http://facebook.github.io/react/docs/component-specs.html#statics) | Static methods | | [`statics: { ... }`](http://facebook.github.io/react/docs/component-specs.html#statics) | Static methods |