Understanding React Virtual DOM, Diffing & Reconciliation
Modern web applications update the UI constantly.
When you:
type a message,
like a post,
update a counter,
search something,
the UI changes instantly.
Now imagine rebuilding the entire webpage f
react-js-internals.hashnode.dev8 min read