React Virtual Dom...?

Nafiz Mahmud - Nov 30 '22 - - Dev Community

Why React is not dropping the virtual DOM like Svelte || Solid ?

Won't it make React more performant ?

Also why not re-rendering dynamic values where needed (like Solid.js ) rather then doing a full page/component re-render ?

. . . .