dillon1000/react

Commit

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.
Browse files
Changed paths3 files
First-parent comparison
M src/class/ReactClass.js ModifiedM src/core/ReactCompositeComponent.js ModifiedM src/core/__tests__/ReactCompositeComponent-test.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…