Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

This directory contains code from Point-Free Episode: Modern Persistence: Reminders Lists, Part 1

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.