Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 505 Bytes

File metadata and controls

5 lines (4 loc) · 505 Bytes

This directory contains code from Point-Free Episode: Effectful State Management: What’s the Point?

We've got the basic story of side effects in our architecture, but the story is far from over. Turns out that even side effects themselves are composable. Base effect functionality can be extracted and shared, and complex effects can be broken down into simpler pieces.