Shift Technology interview question

How does the reactjs update the view

Interview Answer

Anonymous

Aug 21, 2019

Everything is updated in the virtual DOM and then the virtual DOM updates the actual DOM in one go