0 votes
in ReactJS by
List down some of the methods in a react-dom package

1 Answer

0 votes
by

Important methods for react-dom packages are:

  1. render()
  2. hydrate()
  3. createPortal()
  4. unmountComponentAtNode()
  5. findDOMNode()

Related questions

0 votes
asked Apr 15, 2022 in ReactJS by Robindeniel
0 votes
asked Feb 24, 2021 in ReactJS by SakshiSharma
...