in React JS by

What do you mean by virtual DOM?

1 Answer

0 votes
by

For all the available DOM objects in ReactJS, there is a parallel virtual DOM object. It is nothing but can be considered as the lighter version of the true copy and is powerful in eliminating the complex code. It is also used as a Blue Print for performing several basic experiments. Many developers also use it while practising this technology.

Related questions

0 votes
asked Nov 26, 2019 in React JS by AdilsonLima
0 votes
asked Jun 15, 2020 in C Plus Plus by Robindeniel
0 votes
0 votes
0 votes
asked Mar 30, 2020 in JAVA by amita rallin
0 votes
asked Jan 9, 2020 in Vue.JS by GeorgeBell
0 votes
asked Feb 24, 2021 in React JS by SakshiSharma
...