Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
State the difference between Real DOM and Virtual DOM
Home
ReactJS
State the difference between Real DOM and Virtual DOM
0
votes
asked
Dec 14, 2023
in
ReactJS
by
rahuljain1
State the difference between Real DOM and Virtual DOM
dom
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 14, 2023
by
rahuljain1
Real DOM
Virtual DOM
It is updated slowly.
It updates faster.
It allows a direct update from HTML.
It cannot be used to update HTML directly.
It wastes too much memory.
Memory consumption is less
...