How React Virtual DOM works under the Hood
If you've used React, you've probably heard that it uses a Virtual DOM to make updates fast. But what does that actually mean? What's really happening between the moment you call setState() and when t
joydeep.hashnode.dev7 min read