Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 483 Bytes

File metadata and controls

5 lines (4 loc) · 483 Bytes

This directory contains code from Point-Free Episode: Tour of the Composable Architecture 1.0: Persistence

We conclude the series by adding the final bit of functionality to our application: persistence. We’ll see how adding a dependency on persistence can wreak havoc on previews and tests, and all the benefits of controlling it.