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
React.isValidElement boolean isValidElement(* object) Verifies
Page 1 of 2