React React is the entry point to the React library. If you're using one of the prebuilt packages it's available
React.cloneElement ReactElement cloneElement( ReactElement element, [object props]
ReactDOM.render render( ReactElement element, DOMElement container, [function callback]
React.Children React.Children provides utilities for dealing with the this.props.children opaque data structure.
React.Component class Component This is the
React.DOM React.DOM provides convenience wrappers around React.createElement for DOM components. These should only
ReactDOM.unmountComponentAtNode boolean unmountComponentAtNode(DOMElement container)
React.PropTypes React.PropTypes includes types that can be used with a component's propTypes object to validate props
Page 1 of 2