SwiftUI Navigation: NEVER use NavigationLink with NavigationStack
Back then in the dark age prior to iOS 16, performing navigation in pure SwiftUI was evil, especially for those who came from UIKit. There was only one way to navigate was to use NavigationView + Navi...