Reconcilers
WTF is a reconciler?
When you write your code in any framework and it updates stuff in the UI, all this is done behind the scenes by a reconciler. To understand reconcilers, you first need to know about virtual DOM , you can think of it as in-memory ...
shivamr.hashnode.dev2 min read