Virtual DOM: React's lightweight version of actual DOM
Virtual DOM is a fundamental ReactJS concept. You must have heard of this if you have written code in ReactJS. So today, let's clear out the fuss about Virtual DOM and understand how it works and why ReactJS uses it.
What is DOM?
DOM is a programming...
sunilballani.hashnode.dev4 min read