How does React Work ?
React uses the concept of virtual dom to present contents to the user.
So, What is this Virtual DOM ?
You can think of it as the skeleton of the webapp. It helps react push updated in a faster and optimised manner without disturbing the existing com...
ahtrahdis7.hashnode.dev2 min read