0 votes
in ReactJS by

React DOM

1 Answer

0 votes
by

The react-dom package provides DOM-specific methods that can be used at the top level of your app and as an escape hatch to get outside of the React model if you need to. Most of your components should not need to use this module.

render()

hydrate()

unmountComponentAtNode()

findDOMNode()

createPortal()


  •  

Related questions

0 votes
asked Apr 15, 2022 in ReactJS by Robindeniel
0 votes
asked May 29, 2020 in ReactJS by anonymous
...