react-dom
This package serves as the entry point to the DOM and server renderers for React. It is intended to be paired with the generic React package, which is shipped as react
to npm.
Installation
Usage
In the browser
On the server
API
react-dom
react-dom
findDOMNode
render
unmountComponentAtNode
react-dom/server
react-dom/server
renderToString
renderToStaticMarkup
Last updated