Skip to content

Latest commit

 

History

History

0081-combine-and-effects-pt2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

This directory contains code from Point-Free Episode: The Combine Framework and Effects: Part 2

Now that we've explored the Combine framework and identified its correspondence with the Effect type, let's refactor our architecture to take full advantage of it.

Other reactive libraries

In this episode we mentioned that one could replace the Combine framework with any reactive framework, including ReactiveSwift and RxSwift. Two of our viewers did just that. Thanks to Håkon Bogen and Alexander Sokol for refactoring the PrimeTime application to have its effects run off of ReactiveSwift and RxSwift, respectively.