Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

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鈥檚 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鈥檚 state.