iOS app architecture with composability and testability in mind — The Composable Architecture or TCA for short is a library to build application in a consistent and understandable manner, with composition, testing, and ergonomics in mind. This library is made by Point-Free to apply the concepts of functional programming in a practical way. Context: Typical iOS Architecture In the world of iOS development, there’s…