Commit Graph

2 Commits

Author SHA1 Message Date
Hraban Luyat
f6da4b13b8 Discern new vs old style components through render
By overloading createElement() for the ClassicComponentClass and
creating a separate ReactClassicElement type, we can keep track of which
calls to render() should create a ClassicComponent versus a new style
Component. Useful for keeping the old API, which makes migration easier.
2015-01-30 06:09:39 +01:00
James Brantly
28cf35055a Adding early support for React v0.13.0 2015-01-28 01:31:44 -05:00