all imlementations using React all imlementations of Composition

a createClass implementation
of the Composition demo using React

Compare bootstrap.js to corresponding file in :


import React from 'react'
import ReactDOM from 'react-dom'

import Form from './form'

ReactDOM.render(<Form />, document.getElementById('app'))