5 articles on Microapps for iOS performance

Clear Filters

Showing 5 of 5 articles (Page 1 of 1)

Addresses scaling challenges when projects grow beyond 20+ modules. Proposes a package-per-feature approach for large codebases and discusses managing inter-feature dependencies.

Shows how to implement dependency injection across feature modules using protocols and environment values in SwiftUI, enabling loose coupling between modules.

Explains how to handle resources like images, colors, and localization strings within Swift packages. Covers Bundle access patterns and organizing assets across modular packages.

Demonstrates how to structure feature modules within the microapps architecture, including creating micro-apps that run independently for faster development and testing of individual features.

Introduces microapps architecture for Swift using SPM to extract features into separate modules, reducing compile time and improving separation of concerns. Covers creating a Swift package, defining modules, an...

Loading articles...