React: document React.findDOMNode (#8)
This commit is contained in:
parent
2f8f3efa21
commit
0048d5ab29
4
react.md
4
react.md
|
@ -44,7 +44,9 @@ this.replaceProps({ ... });
|
||||||
### [API](http://facebook.github.io/react/docs/component-api.html)
|
### [API](http://facebook.github.io/react/docs/component-api.html)
|
||||||
|
|
||||||
```js
|
```js
|
||||||
c.getDOMNode()
|
c.getDOMNode() // deprecated 0.13
|
||||||
|
React.findDOMNode(c) // 0.13+
|
||||||
|
|
||||||
c.forceUpdate()
|
c.forceUpdate()
|
||||||
c.isMounted()
|
c.isMounted()
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue