Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 471 Bytes

File metadata and controls

5 lines (4 loc) · 471 Bytes

This directory contains code from Point-Free Episode: Reducer Protocol: Dependencies, Part 2

We now have a SwiftUI-inspired system for plucking dependencies out of thin air to provide them to reducers, but we can’t control them or separate interface from implementation. Once we do, we’ll have something far better than ever before.