mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
322076a8c2
- Backport change to enqueueReplaceState. Use new API instead of enqueueCallback, which is gone in 16. - Implement isMounted using lifecycles, so we have the option of removing this later.
27 lines
569 B
JSON
27 lines
569 B
JSON
{
|
|
"name": "react-create-class",
|
|
"version": "15.5.0-alpha.7",
|
|
"description": "Deprecated, legacy API for creating React components.",
|
|
"main": "index.js",
|
|
"license": "BSD-3-Clause",
|
|
"files": [
|
|
"LICENSE",
|
|
"PATENTS",
|
|
"factory.js",
|
|
"index.js",
|
|
"react-create-class.js",
|
|
"react-create-class.min.js"
|
|
],
|
|
"repository": "facebook/react",
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react/issues"
|
|
},
|
|
"homepage": "https://facebook.github.io/react/",
|
|
"dependencies": {
|
|
"fbjs": "^0.8.9"
|
|
}
|
|
}
|