Shift Technology interview question

How does the reactjs update the view

Interview Answer

Anonymous

21 Aug 2019

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