Skip to content

Latest commit

 

History

History

0076-effectful-state-management-synchronous-effects

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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

Our app architecture solves many pain points, but has no story for side effects, one of the most important things to consider in any complex program. Let's add a few new side effects to our app to see how they change our architecture's shape.