ReactDOM.render render( ReactElement element, DOMElement container, [function callback]
React.cloneElement ReactElement cloneElement( ReactElement element, [object props]
forceUpdate void forceUpdate( [function callback] ) By
React React is the entry point to the React library. If you're using one of the prebuilt packages it's available
One of React's biggest strengths is that it's easy to track the flow of data through your React components. When you look at a component, you can easily see exactly which props
CDN-hosted React We provide CDN-hosted versions of React on our download page. These pre-built files use the UMD
Updating: componentDidUpdate void componentDidUpdate( object prevProps, object prevState
Updating: shouldComponentUpdate boolean shouldComponentUpdate( object nextProps, object
JSX looks like HTML but there are some important differences you may run into. For DOM differences, such as the inline style
replaceState void replaceState( object nextState, [function callback] )
Page 1 of 10