react: link to top-level API docs

This commit is contained in:
Rico Sta. Cruz 2017-09-01 01:52:22 +08:00
parent 4a695d1175
commit 5c7b47b7a4
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@ category: React
layout: 2017/sheet
ads: true
tags: [Featured]
updated: 2017-08-31
updated: 2017-09-01
weight: -10
---
@ -301,6 +301,9 @@ ReactDOMServer.renderToString(<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
------------
{: .-two-column}