Combining SwiftUI Router and TabViews.
SwiftUI Router does not work with SwiftUI's TabViews (and Lists) out of the box, as they both use different forms of states. This sample project demonstrates how, with a little bit of extra code, you can combine both paradigms.