Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 502 Bytes

File metadata and controls

5 lines (4 loc) · 502 Bytes

This directory contains code from Point-Free Episode: Composable Navigation: Tabs

It’s finally time to tackle navigation in the Composable Architecture. We’ll port the Inventory app we first built to understand SwiftUI navigation, which will push us to understand what makes the architecture “composable,” how it facilitates communication between features, and testing.