Update ref-01-top-level-api.md

React isn't framework, it's library for UI!?
This commit is contained in:
Roman Vanesyan 2014-12-24 14:39:37 +05:00
parent 6ca8bf82f5
commit 172dec8351
1 changed files with 1 additions and 1 deletions

View File

@ -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