Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 481 Bytes

File metadata and controls

5 lines (4 loc) · 481 Bytes

This directory contains code from Point-Free Episode: Composable State Management: State Pullbacks

So far we have pulled a lot of our application’s logic into a reducer, but that reducer is starting to get big. Turns out that reducers emit many types of powerful compositions, and this week we explore two of them: combines and pullbacks.