Subscriber-Only: Today's episode is available only to subscribers. If you are a Point-Free subscriber you can access your private podcast feed by visiting https://www.pointfree.co/account.
---
We tackle the first screen in our Reminders app rewrite: the reminders lists view. We will take the `@FetchAll` property wrapper for a spin, which is like SwiftData's `@Query` macro, but unlike `@Query` it can be used from both the view _and_ observable models. And we will even get some end-to-end, snapshot test coverage of our feature in place.