This year we got great new APIs to push forward how we build apps with SwiftUI, from @StateObject to GridItem or Lazy*Stack, a bunch of other new views. All great additions.
But there's something that I miss, I haven't seen documentation/examples on how should routing be managed in a SwiftUI app. How should deep link be tackled.
For example, how should we manage:
Thank you.
But there's something that I miss, I haven't seen documentation/examples on how should routing be managed in a SwiftUI app. How should deep link be tackled.
For example, how should we manage:
Opening an universal link
Opening a push notification with a deeplink
Continue User Activity: Navigating to a view opened with hand off.
State restoration: Navigate to the view the user was at, after the app was close
Thank you.