From 9bddb4a5371e342a10bb60f2fe239a497ba449e7 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Fri, 17 Apr 2015 18:42:50 +0800 Subject: [PATCH] Format --- react.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/react.md b/react.md index cbaee51ef..62637c720 100644 --- a/react.md +++ b/react.md @@ -108,8 +108,10 @@ Methods and properties you can override. See [component specs](http://facebook.g | Method | What | | ---- | ---- | | [`render()`](http://facebook.github.io/react/docs/component-specs.html#render) | | +| ---- | ---- | | [`getInitialState()`](http://facebook.github.io/react/docs/component-specs.html#getinitialstate) | | | [`getDefaultProps()`](http://facebook.github.io/react/docs/component-specs.html#getdefaultprops) | | +| ---- | ---- | | [`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) | | [`statics: { ... }`](http://facebook.github.io/react/docs/component-specs.html#statics) | Static methods |