
π Let's prepare to delete a *lot* of code. The navigation APIs we've built so far to drive alerts, dialogs, and sheets all have more or less the same shape. We can unify them all in a single package that can also be applied to popovers, fullscreen covers, and more!
Mar 13, 2023
28 min
Video

π We add superpowers to the navigation tools of the [Composable Architecture][tca-gh], 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.
[tca-gh]: http://github.com/pointfreeco/swift-composable-architecture
Mar 6, 2023
52 min
Video

π We tackle a more complex form of navigation: sheets! We'll start with the tools the Composable
Architecture ships today before greatly simplifying them, taking inspiration from the tools we
built for alerts and dialogs.
Feb 27, 2023
1 hr 14 min
Video

π Let's dip our toes into the new composable navigation tools by improving how alerts and
confirmation dialogs can used in the library. We will create a new reducer operator that more
correctly handles the logic and hides unnecessary details.
Feb 20, 2023
1 hr 2 min
Video
