Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 557 Bytes

File metadata and controls

5 lines (4 loc) · 557 Bytes

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.