Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 482 Bytes

File metadata and controls

5 lines (4 loc) · 482 Bytes

This directory contains code from Point-Free Episode: Shared State: User Defaults, Part 1

Let’s enhance the @Shared property wrapper with the concept of persistence. We will begin with user defaults, which is the simplest form of persistence on Apple’s platforms, and that will set the stage for more complex forms of persistence in the future.