Well... I learned something about Observable today that blew my mind. Yes it's something I should have known - I've actually used this feature without doing so consciously. I need to refine how I'm explaining Observable. Need to sit with this a bit.
Coffee with colleagues is amazingly helpful.
@f I just hadn't thought about it even though I'd taken advantage of it. You display the results of a computed property in a SwiftUI View and the computed property is not in an Observable class - so long as the computed property depends on an Observable property, the view will update. It's because the registry is global.
@dimsumthinking @f Hmm this is interesting but feels cursed to me. I’d be very curious to see a real example.
@brandonhorst @f coming in my next video series starting a week from Thursday