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
replaceState void replaceState( object nextState, [function callback] )
For parent-child communication, simply pass props. For child-parent
ReactDOM.render render( ReactElement element, DOMElement container, [function callback]
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
JSX looks like HTML but there are some important differences you may run into. For DOM differences, such as the inline style
getDOMNode DOMElement getDOMNode() If this component
Form components such as <input>, <textarea>, and <option> differ from other native components because they can be mutated
Page 1 of 10