This directory contains code from Point-Free Episode: Modern UIKit: Stack Navigation, Part 2
We round out our stack navigation tools with support for an
@Environment
-like feature for holding onto the stack’s path, aNavigationLink
-like feature for pushing features onto the stack from anywhere, and we’ll handle every corner case from deep-linking to user dismissal.