Mounting: componentDidMount void componentDidMount() Invoked
mixins array mixins The mixins
getInitialState object getInitialState() Invoked
In JSX, <MyComponent /> alone is valid while <MyComponent> isn't. All tags must be closed, either with the self-closing format or with
When specifying a pixel value for your inline style prop, React automatically appends the string "px" for you after your number value, so this works:
React provides a ReactTransitionGroup add-on component as a low-level API for animation, and a ReactCSSTransitionGroup for easily implementing basic
setProps void setProps( object nextProps, [function callback] )
JSX is a JavaScript syntax extension that looks similar to XML. You can use a simple JSX syntactic
React.createElement ReactElement createElement( string/ReactClass type, [object props]
If your React component's render function is "pure" (in other words, it renders the same result given the same props and state), you can use this mixin for a performance boost
Page 9 of 10