This directory contains code from Point-Free Episode: Tour of Sharing: App Storage, Part 1
“Sharing” is a brand new library for sharing state throughout your application and to external systems like user defaults, the file system, and more. We start our tour of the library by comparing it to a tool that inspired its design: SwiftUI’s
@AppStorage
.