📔 100 Days of SwiftUI (Day 44)
Completed Day 44 in 100 Days of SwiftUI.
This section explores NavigationStack further in SwiftUI. We build custom navigation using navigationDestination, passing data through @Binding property wrappers, and encoding NavigationPath information through CodableRepresentation into a codable value inside the system documentsDirectory.
Feels like these components are used in many apps.