Part 5: App Architecture
In this part, we will focus on the transitional effect that SwiftUI brings in structuring applications within the Apple ecosystem. It kicks off with a pragmatic perspective on segmenting applications into more manageable units, emphasizing a tailored approach to architecture rather than following a cookie-cutter approach. This discussion highlights the importance of using architectural diagrams and following simple and minimalist design principles. This part explores the principle of dependency inversion, the basics of clean architecture, decoupling strategies for components, state management, and news about state bindings introduced in iOS 17.
Our journey then takes us deeper into the theoretical basis of modern application architecture, with particular emphasis on the iOS world. It will equip you with an understanding of software architecture and provide a framework to be able to evaluate the advantages of a good architecture. This part attempts to devise...