From 8632c58895f8641b1be45a474f4ab5baec4700a2 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Wed, 4 Dec 2019 07:58:21 -0500 Subject: [PATCH] Update README.md --- 0081-combine-and-effects-pt2/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/0081-combine-and-effects-pt2/README.md b/0081-combine-and-effects-pt2/README.md index 104c9313..d68b57f7 100644 --- a/0081-combine-and-effects-pt2/README.md +++ b/0081-combine-and-effects-pt2/README.md @@ -3,3 +3,7 @@ > #### This directory contains code from Point-Free Episode: [The Combine Framework and Effects: Part 2](https://www.pointfree.co/episodes/ep81-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](https://github.com/haaakon) and [Alexander Sokol](https://github.com/ixrevo) for refactoring the PrimeTime application to have its effects run off of ReactiveSwift and RxSwift, respectively.