Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 556 Bytes

File metadata and controls

5 lines (4 loc) · 556 Bytes

This directory contains code from Point-Free Episode: A Tour of the Composable Architecture: Part 2

Continuing the tour of our recently open-sourced library, the Composable Architecture, we start to employ some of the more advanced tools that come with the library. Right now our business logic and view is riddled with needless array index juggling, and a special higher-order reducer can clean it all up for us.