CodeBrowser / npm / react-dom
react-dom@19.2.7
// React package for working with the DOM.
$ npm install react-dom
downloads/wk
137,787,976
license
MIT
version
19.2.7
published
Jun 1, 2026
What is react-dom?
React-dom is the package that enables React components to render to the browser's DOM. Developers use it to display React applications in web pages by connecting their component tree to HTML elements. It's essential for any React web project since React itself only handles component logic and state management.
Keywords
#react
Dependencies (1)
Maintainers
fb, react-bot