Point-Free has released a beta version of the Composable Architecture (TCA) with Observation integration.
I’m currently testing it to migrate the source code of my Daily Biorhythms app, and it appears promising so far. The most intriguing aspect is that they have made the new ObservableState macro backward compatible with earlier versions of iOS, excluding iOS 17. This is a significant improvement. Additionally, they have successfully removed a few custom objects to enhance the scope of the Store, which is quite impressive.
I eagerly anticipate the stable release of this new version.