In contrast to ReactJS, Compose doesn't have a "virtual dom" that works by "diffing" the before and after UI in order to handle performance. I'm curious to know how "smart" Compose's system is. Are there any sources about how Compose handles efficient performance handling? Couldn't really find any articles about it.