ReactDOM is a package that provides specific DOM methods at the top level of web app to enable efficient way of managinig web pages.
ReactDOM provides the developers with an API and it contain the following methods:
1) render()
2) findDOMNode()
3) unmountComponentAtNode()
4) hydrate()
5) createPortal()