hope this clarifies it a little
Absolutely! So the fine-grained reactivity is achieved via observing access to properties, so a potentially large tree can be subscribed many times via Tilia.use
and each of these subscriptions will only react to change to properties, that were accessed on that instance… a really simple mental model without any boilerplate. I like it!