react: link to top-level API docs
This commit is contained in:
parent
4a695d1175
commit
5c7b47b7a4
5
react.md
5
react.md
|
@ -4,7 +4,7 @@ category: React
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
ads: true
|
ads: true
|
||||||
tags: [Featured]
|
tags: [Featured]
|
||||||
updated: 2017-08-31
|
updated: 2017-09-01
|
||||||
weight: -10
|
weight: -10
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -301,6 +301,9 @@ ReactDOMServer.renderToString(<Component />)
|
||||||
ReactDOMServer.renderToStaticMarkup(<Component />)
|
ReactDOMServer.renderToStaticMarkup(<Component />)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
There are more, but these are most common.
|
||||||
|
See: [React top-level API](https://facebook.github.io/react/docs/react-api.html)
|
||||||
|
|
||||||
JSX patterns
|
JSX patterns
|
||||||
------------
|
------------
|
||||||
{: .-two-column}
|
{: .-two-column}
|
||||||
|
|
Loading…
Reference in New Issue