Composable Architecture with Observation integration now in Beta

Point-Free has announced a beta version of the Composable Architecture (TCA) with Observation integration is now available.

I’m trying it to migrate my Daily Biorhythms app source code and looks promising so far. The most interesting part is that they made the new ObservableState macro backwards compatible with earlier versions than iOS 17, so this is a game changer. It’s also worth mentioning they managed to remove a few custom objects to scope the Store, which looks really neat.

I can’t wait for the stable release to be ready.