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 0202a40de3
commit f0f274c3b6

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