Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 491 Bytes

File metadata and controls

5 lines (4 loc) · 491 Bytes

This directory contains code from Point-Free Episode: Effectful State Management: Unidirectional Effects

We've modeled side effects in our architecture, but it's not quite right yet: a reducer can write to the outside world, but it can't read data back in! This week our architecture's dedication to unidirectional data flow will lead us there.