How React Works Internally: Virtual DOM, Reconciliation, and Rendering
There was a point while learning React where I started using this:
setCount(count + 1);
without really thinking about what happens after it.
The number changes.
The component updates.
The screen chan
devwithsahil.hashnode.dev17 min read