all imlementations using React all imlementations of Composition

a createClass implementation
of the Composition demo using React

Framework Code size Bundle size Author Github
React 15.2.0 1713 726787 krawaller link

No surprises here, this is a vanilla React implementation with no helpers. All components are stateful. I used React.createClass over ES6 classes because of personal preference, no real reasons.

I opted to have a controlled input for the Field instead of relying on the DOM for storage.