Reconciliation, Virtual DOM & Diff Algorithm in React
How does react know what needs to be changed or updated in the current UI?
What is a DOM?
DOM (Document Object Model) is a representation of a🎄tree like structure that contains nodes. The DOM can be manipulated by the programmers 👴💻as required. Th...
hiremeakashdev.hashnode.dev2 min read