Not sure how Karax does it, in React components also used for the performance 
optimisation. When React calculates the DIFF, it uses components to quickly 
find changed components (using fast == reference/address comparison for 
component models, that's the reason why React models have to be immutable).

Reply via email to