This repo is created to check DOM update method for Vanila Js and React js in real time.
Screen.Recording.2024-02-16.at.4.36.07.AM.mov
As seen clearly in this screen recording, modern browsers are capable of efficiently making changes only to updated elements using Vanilla JS.
Verdict yet to add as soon as i found a solid reason for react updation (React Diffing Algorithm) is better than directly updating the DOM i will add here.