Skip to content

Latest commit

 

History

History

0278-shared-state-in-practice-pt2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

This directory contains code from Point-Free Episode: Shared State in Practice: SyncUps, Part 2

We finish refactoring the SyncUps application to use the Composable Architecture’s all new state sharing tools. We will see that we can delete hundreds of lines of boilerplate of coordination between parent and child features, and we we won’t have to sacrifice any testability, including the exhaustive testability provided by the library.