Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 488 Bytes

File metadata and controls

5 lines (4 loc) · 488 Bytes

This directory contains code from Point-Free Episode: Modular State Management: Reducers

In exploring four forms of composition on reducer functions, we made the claim that it gave us the power to fully isolate app logic, making it simpler and easier to understand. This week we put our money where our mouth is and show just how modular these reducers are!