Browse Source

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

React isn't framework, it's library for UI!?
main
Roman Vanesyan 10 years ago
parent
commit
f0f274c3b6
  1. 2
      docs/ref-01-top-level-api.md

2
docs/ref-01-top-level-api.md

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

Loading…
Cancel
Save