mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Update ref-01-top-level-api.md
React isn't framework, it's library for UI!?
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