react/addons/create-react-class
Brian Vaughn 5530c7565b
RFC 6: createReactClass updates (#12036)
* Added UNSAFE_ methods to create-class HAS_MANY list
* Added warning for UNSAFE_componentWillRecieveProps misspelling
* Bumping create-react-class package version
* Added support for static getDerivedStateFromProps mixins
2018-01-19 15:13:26 -08:00
..
.gitignore Add build process for createReactClass (#9943) 2017-06-13 15:00:10 +01:00
factory.js RFC 6: createReactClass updates (#12036) 2018-01-19 15:13:26 -08:00
index.js 15.x: File headers BSD+Patents -> MIT 2017-09-25 17:02:43 -07:00
LICENSE.txt 15.x: BSD+Patents -> MIT 2017-09-25 17:02:44 -07:00
package.json RFC 6: createReactClass updates (#12036) 2018-01-19 15:13:26 -08:00
README.md create-react-class version 15.5.2 2017-04-10 09:51:38 -07:00
test.js RFC 6: createReactClass updates (#12036) 2018-01-19 15:13:26 -08:00
webpack.config.js 15.x: File headers BSD+Patents -> MIT 2017-09-25 17:02:43 -07:00
yarn.lock Add build process for createReactClass (#9943) 2017-06-13 15:00:10 +01:00

create-react-class

A drop-in replacement for React.createClass.

Refer to the React documentation for more information.