Updating: componentWillReceiveProps void componentWillReceiveProps( object nextProps
getDefaultProps object getDefaultProps() Invoked
This entry shows how to attach DOM events not provided by React (check here for more info)
Mounting: componentDidMount void componentDidMount() Invoked
componentWillReceiveProps isn't triggered after the node is put on scene. This is by design. Check out other lifecycle methods for the one that suits your needs
The React add-ons are a collection of useful utility modules for building React apps. These should be considered experimental and tend to change more often
React.createFactory factoryFunction createFactory( string/ReactClass type )
render ReactElement render() The render()
We've tried to make React as environment-agnostic as possible. People use React in a variety of languages (JavaScript, TypeScript, ClojureScript, etc) and in a variety of environments
by Pete Hunt React is, in my opinion, the premier way to build big, fast Web apps with JavaScript. It has scaled very well for us at Facebook
Page 7 of 10