1React creates a VIRTUAL DOM in memory.
2Instead of manipulating the browser's DOM directly,
3React creates a virtual DOM in memory,
4where it does all the necessary manipulating,
5 before making the changes in the browser DOM.
6then changes only what needs to be changed