What is Dom in React?
DOM (Document Object Model) stands for “Document Object Model”. This is a W3C specification, standard API for accessing, parsing and modifying documents written in HTML, XML and other formats.
Comments