Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 465 Bytes

File metadata and controls

5 lines (4 loc) · 465 Bytes

This directory contains code from Point-Free Episode: Reducer Protocol: Composition, Part 1

We are already seeing huge benefits from the reducer protocol, but one aspect is still not ideal, and that is how we compose reducers. We will look to result builders to solve the problem, and a new feature of them introduced in Swift 5.7.