Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 598 Bytes

File metadata and controls

5 lines (4 loc) · 598 Bytes

This directory contains code from Point-Free Episode: Composable State Management: Higher-Order Reducers

We will explore a form of reducer composition that will take our applications to the next level. Higher-order reducers will allow us to implement broad, cross-cutting functionality on top of our applications with very little work, and without littering our application code with unnecessary logic. And, we'll finally answer "what's the point?!"