React doesn't touch the real DOM every time the state changes. Instead, it builds a lightweight copy of the DOM in memory, compares the old and new copies, and only updates what actually changed. This
mobile-development.hashnode.dev7 min read
No responses yet.