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
statics object statics The statics
ReactDOMServer.renderToStaticMarkup string renderToStaticMarkup(ReactElement element)
If you know all the properties that you want to place on a component ahead of time, it is easy to use JSX:
Mounting: componentDidMount void componentDidMount() Invoked
So far, we've looked at how to write a single component to display data and handle user input. Next let's examine one of React's finest features: composability.
Mounting: componentWillMount void componentWillMount() Invoked
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
mixins array mixins The mixins
React provides powerful abstractions that free you from touching the DOM directly in most cases, but sometimes you simply need to access the underlying API, perhaps to work
Page 8 of 10