Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 508 Bytes

File metadata and controls

5 lines (4 loc) · 508 Bytes

This directory contains code from Point-Free Episode: Ergonomic State Management: Part 2

We've made creating and enhancing reducers, but we still haven't given much attention to the ergonomics of the view layer of the Composable Architecture. This week we'll make the Store much nicer to use by taking advantage of a new Swift feature and by enhancing it with a SwiftUI helper.