Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 609 Bytes

File metadata and controls

7 lines (5 loc) · 609 Bytes

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

We wrap up the “record meeting” screen by implementing two more side effects: speech recognition, and persistence. We’ll experience the pitfalls of interacting directly with these dependencies, and why we should care about controlling them.

Scrumdinger sample code is available here.