Alternative to segue in SwiftUI

So I'm transfering from using the interface builder to using SwiftUI and had a major question: How do we do the same thing we did with segues with SwiftUI? For example just two different views with a button that will send you from one ContentView to another? Sorry this is probably a very basic question but I haven't been able to find any simple solutions to this. Thanks!

Accepted Answer
Alternative to segue in SwiftUI
 
 
Q