pointfreeco / swift-composable-architecture

A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
https://www.pointfree.co/collections/composable-architecture
MIT License
12.22k stars 1.42k forks source link

Bring back 'observe' for non-UIKit targets. #3295

Closed mbrandonw closed 3 weeks ago

mbrandonw commented 3 weeks ago

We accidentally lost the observe function on AppKit with a recent release, and so we are bringing it back directly in TCA. Eventually this function will move to swift-navigation once that library fully supports AppKit.