Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 523 Bytes

File metadata and controls

5 lines (4 loc) · 523 Bytes

This directory contains code from Point-Free Episode: Composable Stacks: vs Trees

It’s finally time to tackle navigation stacks in the Composable Architecture! They are a powerful, new tool in SwiftUI and stray a bit from all the other forms of tree-based navigation we’ve explored. Let’s compare the two styles and see what it takes to integrate stacks into the library’s navigation tools.