Jaanus Kase<p><a href="https://iosdev.space/tags/Swift" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Swift</span></a> <a href="https://iosdev.space/tags/SwiftUI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SwiftUI</span></a> <a href="https://iosdev.space/tags/Combine" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Combine</span></a> </p><p>Yeah, Combine is soft-deprecated, on its way out, whatever</p><p>And ObservableObject is old</p><p>Am I a fool for still reaching for them when I need to do something like this? Have a raw and debounced versions of a property, both gettable, settable, and observable as needed, both in SwiftUI and anywhere else</p><p>And the code is pretty tight I think</p><p>How would you do this, say, in the new Observable world without Combine?</p>