Skip to content

Files

Latest commit

Mar 7, 2023
efb98ec · Mar 7, 2023

History

History
This branch is 65 commits behind pointfreeco/episode-code-samples:main.

0225-composable-navigation-pt4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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

We add superpowers to the navigation tools of the Composable Architecture, including automatically cancelling a child feature’s effects upon dismissal, and even letting child features dismiss themselves! Plus, we look at how “non-exhaustive” testing simplifies navigation-based tests.