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 | |
585 | 92 | |
0.0% | - | |
0.0 | 4.5 | |
over 3 years ago | over 4 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:
UIPilot - The missing typesafe SwiftUI navigation library
swift-composable-architecture - A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
ScreenUI - A multi-platform, multi-paradigm routing framework.
blender-node-dice - Blender3D project which uses geometry nodes and shader nodes to generate a dice
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.
isowords - Open source game built in SwiftUI and the Composable Architecture.