swift-composable-navigator
An open source library for building deep-linkable SwiftUI applications with composition, testing and ergonomics in mind (by Bahn-X)
DZURLRoute
DZURLRoute是支持基于标准URL进行Native页面间跳转的Objective-C实现。方便您架构页面之间高内聚低耦合的开发模式。他的核心思想是把每一个页面当成一个资源,通过标准的URL协议(统一资源定位符)来定位到每一个可触达的页面(资源)。 (by yishuiliunian)
swift-composable-navigator | DZURLRoute | |
---|---|---|
4 | - | |
585 | 72 | |
0.0% | - | |
0.0 | 0.0 | |
over 3 years ago | about 7 years ago | |
Swift | Objective-C | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
swift-composable-navigator
Posts with mentions or reviews of swift-composable-navigator.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-18.
-
Helm: A graph-based SwiftUI router
Great to have more options for SwiftUI navigation - have been using Composable Navigator, but looks like that’s now potentially end-of-life.
-
Any advice to go for SwiftUI on a new production project?
I'd recommend Composable Navigator for navigation & deep linking, as well as Introspect for the times when you need to make minor changes to the UIKit components that back some SwiftUI components (without needing to fully wrap UIKit for SwiftUI).
- Based on the experience we gathered on programmatic navigation in SwiftUI, we decided to build an open source library that enables rich deeplinking and navigation along navigation paths. Welcome ComposableNavigator!
- ComposableNavigator is finally public! Based on the experience we gathered on programmatic navigation in SwiftUI, we decided to build an open source library that enables rich deeplinking and navigation along navigation paths.
DZURLRoute
Posts with mentions or reviews of DZURLRoute.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning DZURLRoute yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing swift-composable-navigator and DZURLRoute you can also consider the following projects:
UIPilot - The missing typesafe SwiftUI navigation library
RouteComposer - Protocol oriented, Cocoa UI abstractions based library that helps to handle view controllers composition, navigation and deep linking tasks in the iOS application. Can be used as the universal replacement for the Coordinator pattern.
ScreenUI - A multi-platform, multi-paradigm routing framework.
CoreNavigation - 📱📲 Navigate between view controllers with ease. 💫 🔜 More stable version (written in Swift 5) coming soon.
CTMediator - The mediator with no regist process to split your iOS Project into multiple project.