Conversation

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.

1
0
0
@dimsumthinking Now you’ve got me curious 🙂 What did you learn about Observable? And is it something which can be explained in a few words or something that requires a blog post?
1
0
0

@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.

1
0
1

@dimsumthinking @f Hmm this is interesting but feels cursed to me. I’d be very curious to see a real example.

1
0
0

@brandonhorst @f coming in my next video series starting a week from Thursday

0
0
0