EDIT - Simplifying the Question.
When X components rerenders Y, what is the process that occurs? Mainly, what is the order of the the read/write of each of the values? (Assuming the X onchange occurred which triggered the value change of Y)
I am interested mainly in order of the reads and writes to each of the bound values of the components.
Hope this is clear this time :-)