Files
react/addons/create-react-class
Michael Ridgway 61e8ee71b6 [#9627] Fix create-react-class isMounted ordering issue (#9638)
* [#9627] Fix create-react-class isMounted ordering issue

Split the IsMountedMixin in two so that the __isMounted flag is set to false after componentWillUnmount is executed in mixins and the component.

* Revert changes to integration test
2017-06-12 20:21:27 +01:00
..
2017-05-10 00:49:58 +01:00
2017-04-10 09:51:38 -07:00
2017-05-10 00:49:58 +01:00

create-react-class

A drop-in replacement for React.createClass.

Refer to the React documentation for more information.