Skip to content

Files

Latest commit

Nov 28, 2022
c119ae9 · Nov 28, 2022

History

History
This branch is 65 commits behind pointfreeco/episode-code-samples:main.

0213-navigation-stacks-pt3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 28, 2022
Nov 28, 2022

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.