Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 571 Bytes

File metadata and controls

5 lines (4 loc) · 571 Bytes

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

We round out the functionality of the Composable Architecture’s stack navigation tools. This includes automatic cancellation of a child feature’s effects when it’s popped off the stack, and the ability for a child feature to pop itself. Along the way we will clean up the domain modeling and user experience of working with these tools.