ReactDOM.render render( ReactElement element, DOMElement container, [function callback]
React.cloneElement ReactElement cloneElement( ReactElement element, [object props]
React React is the entry point to the React library. If you're using one of the prebuilt packages it's available
React.Component class Component This is the
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.
ReactDOMServer.renderToString string renderToString(ReactElement element)
ReactDOM.unmountComponentAtNode boolean unmountComponentAtNode(DOMElement container)
Page 1 of 2