ReactJS Interview Questions - Very Important
What is Virtual Dom in react ?
A Virtual Dom is a light weight copy of real dom.
Initially , when react rendor a component then it will create a virtual dom(tree like structure). Now if we change any state or any prop then react will create a new v...
rajputayushjs.hashnode.dev5 min read