This directory contains code from Point-Free Episode: SwiftUI Navigation: Sheets and Popovers, Part 1
It’s time to look at a more advanced kind of navigation: modals. We will implement a new feature that will be driven by a sheet and can be deep-linked into. Along the way we’ll introduce a helper to solve a domain modeling problem involving enum state.