RouterService
RouterService copied to clipboard
💉Type-safe Navigation/Dependency Injection Framework for Swift
RouterService is a fantastic framework. Congrats. It would be perfect if we could decouple UIKit from it.
AppDelegate: ``` import Foundation import RouterService import RouterServiceInterface import CoreData extension AppDelegate { func registerDependencies() { routerService.register(dependencyFactory: { AppDelegate.shared.persistentContainer.viewContext }, forType: NSManagedObjectContext.self) } } ``` ``` import RouterService import RouterServiceInterface...
"The term master is out of favor in the computing world and beyond. Starting October 1, all new GitHub repositories will create a default branch named main, and GitHub will...