dillon1000/react
Commit
Browse files Move Class Creation Concerns to ReactClass
This moves logic responsible for class creation and mixins into the ReactClass module. This currently creates a class that extends the ReactCompositeBase but in the future, this will be decoupled as ReactCompositeComponent will compose these classes. This is just a cut/paste.
Changed paths3 files
First-parent comparisonsrc/class/ReactClass.js ModifiedM src/core/ReactCompositeComponent.js ModifiedM src/core/__tests__/ReactCompositeComponent-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…