When a component's props or state change, React decides whether an actual DOM update is needed by comparing the newly returned element with the previously rendered one. When they are not equal, React updates the DOM. This process is called reconciliation .
Lectures and tutorial on "Scripting client side JavaScript, jqvery, BackBone"
Comments