Запитання 25
What is a distinguishing factor of the React elements tree compared to the actual DOM tree?
Варіанти відповідей
It consists of lightweight JavaScript objects describing the UI.
It is a direct mirror copy of the actual DOM.
It represents the physical browser elements.
It is stored in a database for persistence.