So, I want to ask to make sure I get this right.
If a parent component passes its state properties as props to any child component, is it possible for the parent to track any changes to its state properties in the child components, and is it always done using a passed handle function?