Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 618 Bytes

File metadata and controls

7 lines (5 loc) · 618 Bytes

This directory contains code from Point-Free Episode: Modern SwiftUI: Effects, Part 1

After a brief digression to explore the performance and ergonomics of identified collections, we dive into the messy world of side effects by implementing the “record meeting” screen. We’ll start with the timer, which has surprisingly nuanced logic.

Scrumdinger sample code is available here.