React and Vue are using Virtual DOM and Angular use direct DOM rendering system.
It's the same thing that Angular did with version 1.x, but it is optimized and there is a surprise for you :)
It is much faster to work with JavaScript objects than with DOM, because nothing drown on screen