router icon indicating copy to clipboard operation
router copied to clipboard

Type-safe routing in SwiftUI

Results 4 router issues
Sort by recently updated
recently updated
newest added

Updating https://github.com/carson-katri/router Updating https://github.com/wickwirew/Runtime Updating https://github.com/swiftwasm/JavaScriptKit.git Updating https://github.com/TokamakUI/Tokamak Updating https://github.com/TokamakUI/OpenCombine.git Updating https://github.com/swiftwasm/OpenCombineJS.git Everything is already up-to-date [1/55] Compiling OpenCombine DebugHook.swift /Users/jimmyhoughjr/Documents/nscbr/.build/checkouts/router/Sources/Router/Helpers/EnvironmentObject+exists.swift:1:8: error: no such module 'SwiftUI' import SwiftUI ^ [2/69]...

This would, for instance, allow setting the `WindowGroup` title based on the current Route: ```swift struct MyApp : App { @State private var activeRoute: AppRoutes = .defaultRoute var body: some...

The standard for names in Swift is camelCase, but most websites use kebab-case for URL components. I see three different ways to reconcile this: 1. Stick to camelCase URLs. This...

I'm not sure how this would work yet, but it would be great if the router either supported the native `NavigationView` and `NavigationLink` types or introduced new `RoutableNavigation` and `RoutableLink`...