ReactDOM: hydrate()

hydrate()

ReactDOM.hydrate(element, container[, callback])

Same as render(), but is used to hydrate a container whose HTML contents were rendered by ReactDOMServer. React will attempt to attach event listeners to the existing markup.

ReactDOM: hydrate() — Structure map

Clickable & Draggable!

ReactDOM: hydrate() — Related pages: