A
A
Andrew2017-07-17 20:01:40
React
Andrew, 2017-07-17 20:01:40

At what point is the Virtual DOM Compared to the Real DOM?

At what point is the Virtual DOM Compared to the Real DOM? after didmount? is ReactDOM responsible for this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Larisa Moroz, 2017-07-17
@larisamoroz

ReactDOM is responsible for working with the DOM,
in other words, if the application is running and rendering something in the browser, then you need to connect ReactDOM.
a) lifecycle_state.pngb) lifecycle_props.png
See:React: The Virtual DOM , React Component Lifecycle , The Component Lifecycle

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question