swiftui-router
Path-based routing in SwiftUI (by frzi)
SwiftCurrent
A library for managing complex workflows in Swift (by wwt)
swiftui-router | SwiftCurrent | |
---|---|---|
2 | 9 | |
952 | 303 | |
1.1% | -1.0% | |
2.1 | 0.0 | |
7 months ago | about 2 years ago | |
Swift | Swift | |
MIT License | Apache License 2.0 |
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.
swiftui-router
Posts with mentions or reviews of swiftui-router.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-01-17.
-
How can I access that navigation history stack on a NavigationView?
It’s kind of hard in native SwiftUI, but this might help: https://github.com/frzi/SwiftUIRouter
-
SwiftUI and Generics: A learning barrier?
The magic is definitely weird. The base views with Body == Never are what get me, they feel impossible to replicate. There's like a few projects around navigation in SwiftUI like SwiftUI Router (Federica Zanetello had this cool blog post on using NavigationLink) but yeah navigation is very magical too. I honestly wish Apple would open up the SwiftUI framework a little, there are efforts to recreate Combine in an open source way, but SwiftUI seems tougher. This early on in SwiftUI it's super frustrating to wait between WWDCs for updates and fixes.
SwiftCurrent
Posts with mentions or reviews of SwiftCurrent.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-22.
-
What’s everyone working on this month? (November 2021)
Going to see if I can get data-driven workflows into https://github.com/wwt/SwiftCurrent so that you can define an order of things dynamically from a server. Already having some successes with SwiftUI, so I'm hopeful it'll land (or at least beta) by the end of the month.
-
Article: Why is SwiftCurrent using GitHub Actions?
If you want to look under the hood to see how we set up all our CI/CD code, you can look here: https://github.com/wwt/SwiftCurrent/tree/main/.github
-
Change screen depending from which screen it is pushed
I'm not sure if you're still looking into this, but this library might help: https://github.com/wwt/SwiftCurrent specifically that it helps you manage workflows through your app. It sounds like you're in UIKit, which there's support for managing at the view controller level. You might want to take a look to see if it gives you any ideas.
-
I've been working on an open-source library for managing complex workflows in Swift called SwiftCurrent. It comes with built-in support for UIKit and SwiftUI app-routing, and I think it's worth a look!
Repo: https://github.com/wwt/SwiftCurrent
-
What’s everyone working on this month? (September 2021)
Working on https://github.com/wwt/SwiftCurrent with a focus on getting SwiftUI support out of beta. I also need to do better in the readme to more convincingly portrait the library's value for managing complicated workflows in your swift apps.
- Show HN: SwiftCurrent – A library for managing workflows in Swift
- I've been working on an open source library for managing complex workflows in Swift called SwiftCurrent. It comes with built-in support for UIKit and SwiftUI app-routing, and I think it's worth a look!
- I've been getting to work on this open source project for work: SwiftCurrent. It manages complex workflows wherever Swift can be built. It comes with built-in support for UIKit, Storyboards, and SwiftUI app-routing.
- SwiftCurrent - Manage complex workflows wherever Swift can be built. It comes with built-in support for UIKit, Storyboards, and SwiftUI.
What are some alternatives?
When comparing swiftui-router and SwiftCurrent you can also consider the following projects:
navaid - A navigation aid (aka, router) for the browser in 850 bytes~!
RxFlow - RxFlow is a navigation framework for iOS applications based on a Reactive Flow Coordinator pattern
Helm - A graph-based SwiftUI router
URLNavigator - ⛵️ Elegant URL Routing for Swift
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.
LightRoute - LiteRoute is easy transition for your app. Written on Swift 4