Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 464 Bytes

File metadata and controls

5 lines (4 loc) · 464 Bytes

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

We now support many different forms of navigation in the Composable Architecture, but if used naively, they open us up to invalid states, like being navigated to several screens at a time. We’ll correct this with the help of Swift’s enums.