1 مستودع
Centralized routing systems that abstract the navigation hierarchy to decouple feature modules from the overall application flow.
Distinct from Request Routing Coordination: None of the candidates cover client-side application navigation routing specifically for iOS/SwiftUI coordinators.
Explore 1 awesome GitHub repository matching mobile development · App Navigation Coordinators. Refine with filters or upvote what's useful.
This project is a reference implementation and template for a modular iOS application using SwiftUI and Clean Architecture. It provides a structure organized into independent layers to decouple the user interface and external frameworks from core business logic. The architecture incorporates Domain-Driven Design to manage complexity by organizing code into independent modules based on business domains. This approach enforces strict dependency boundaries and improves build times. The project implements a plugin-based data layer that hides API and database implementations behind gateways to al
Implements a centralized routing coordinator to abstract the navigation hierarchy and keep feature modules independent.