I\'m studying change detection mechanism and I\'m having some troubles with reactjs case.
When props are changed in a react component, this component is \"rerendered\" (
You said
when something happens, react browse its internal virtual DOM
that something is when a new prop is being passed or if a state gets changed. Are you asking for how react internally knows when either of these happen?