react-training-koombea Intall nodejs CD into the folder run npm instal -g browserify babel budo Run npm install Run npm run serve React top lvl API React.createClass React.createElement React.createFactory React.Render React.unmountComponentAtNode React.renderToString React.renderToStaticMarkup React.DOM React.PropTypes React.Children React component API setState forceUpdate getDOMNode isMounted getInitialState getInitialProps propTypes mixins React component Lifecycle Methods mounting componentWillMount componentDidMount Updating componentWillReceiveProps shouldComponentUpdate componentWillUpdate componentDidUpdate Unmounting componentWillUnmount