What is ReactDOM and what is the difference between ReactDOM and React?



What is ReactDOM and what is the difference between ReactDOM and React?..

Answer / Shree Krishna

ReactDOM is a library that allows you to render React elements as HTML on the browser. The main difference between React and ReactDOM is that React handles the manipulation of components, while ReactDOM handles the rendering of those components to the DOM.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More React.js Interview Questions

How can a browser read JSX file?

1 Answers  


When reactjs released?

1 Answers  


Explain the difference between functional and class components.

1 Answers  


Explain the different phases of react component’s lifecycle?

1 Answers  


What are the popular animation package in React ecosystem?

1 Answers  


What is an Action? How do you describe an Action?

1 Answers  


What is an event in react?

1 Answers  


What can you do with hoc?

1 Answers  


How is react different?

1 Answers  


What is a state in react and how is it used?

1 Answers  


Does React re-render all components and sub components every time setState is called?

1 Answers  


What are the advantages of react router.

1 Answers  


Categories