Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 445 Bytes

File metadata and controls

5 lines (4 loc) · 445 Bytes

This directory contains code from Point-Free Episode: Reducer Protocol: The Solution

Let’s begin to solve a number of the problems with the Composable Architecture by introducing a reducer protocol. We will write some common conformances and operators in the new style, and even refactor a complex demo application.