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.