swift-composable-navigator
An open source library for building deep-linkable SwiftUI applications with composition, testing and ergonomics in mind (by Bahn-X)
tca-swiftui-navigation-demo
Demo project that shows how to implement navigation in SwiftUI iOS application using Swift Composable Architecture (by darrarski)
| swift-composable-navigator | tca-swiftui-navigation-demo | |
|---|---|---|
| 4 | 1 | |
| 589 | 92 | |
| -0.3% | - | |
| 0.0 | 4.5 | |
| over 4 years ago | about 5 years ago | |
| Swift | ||
| 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.
tca-swiftui-navigation-demo
Posts with mentions or reviews of tca-swiftui-navigation-demo.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-24.
-
Thoughts on SwiftUI navigation
I've created an example project to explore how NavigationLink can be used with ComposableArchitecure and how the issues mentioned above can be addressed. I tested several approaches and solutions mentioned above. Feel free to check out commits history to follow my journey.
What are some alternatives?
When comparing swift-composable-navigator and tca-swiftui-navigation-demo you can also consider the following projects:
ScreenUI - A multi-platform, multi-paradigm routing framework.
swift-composable-architecture - A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
RxFlow - RxFlow is a navigation framework for iOS applications based on a Reactive Flow Coordinator pattern
reddit-swiftui - A cross-platform Reddit client built in SwiftUI
DZURLRoute - DZURLRoute是支持基于标准URL进行Native页面间跳转的Objective-C实现。方便您架构页面之间高内聚低耦合的开发模式。他的核心思想是把每一个页面当成一个资源,通过标准的URL协议(统一资源定位符)来定位到每一个可触达的页面(资源)。
isowords - Open source game built in SwiftUI and the Composable Architecture.