ReactDOM.render render( ReactElement element, DOMElement container, [function callback]
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]
React.DOM React.DOM provides convenience wrappers around React.createElement for DOM components. These should only
React.Children React.Children provides utilities for dealing with the this.props.children opaque data structure.
React.Component class Component This is the
ReactDOM.unmountComponentAtNode boolean unmountComponentAtNode(DOMElement container)
React.isValidElement boolean isValidElement(* object) Verifies
Page 1 of 2