Skip to content

Latest commit

 

History

History

0077-effectful-state-management-unidirectional-effects

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.