mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #2773 from vanesyan/patch-1
Update ref-01-top-level-api.md
This commit is contained in:
@@ -8,7 +8,7 @@ redirect_from: "/docs/reference.html"
|
||||
|
||||
## React
|
||||
|
||||
`React` is the entry point to the React framework. If you're using one of the prebuilt packages it's available as a global; if you're using CommonJS modules you can `require()` it.
|
||||
`React` is the entry point to the React library. If you're using one of the prebuilt packages it's available as a global; if you're using CommonJS modules you can `require()` it.
|
||||
|
||||
|
||||
### React.createClass
|
||||
|
||||
Reference in New Issue
Block a user