Skip to content

Latest commit

 

History

History

0068-composable-state-management-reducers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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

Now that we understand some of the fundamental problems that we will encounter when building a complex application, let’s start to solve some of them! We will begin by demonstrating a technique for describing the state and actions in your application, as well as a consistent way to apply mutations to your application’s state.