Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 443 Bytes

File metadata and controls

5 lines (4 loc) · 443 Bytes

This directory contains code from Point-Free Episode: SwiftUI Navigation: Stacks

When all-new SwiftUI navigation tools were announced at WWDC, the one that got the most attention by far was NavigationStack, which powers navigation with an array. It is extremely powerful, but comes with trade-offs and new complexities.