Apple introduced Combine in pair with SwiftUI a year ago. However, it’s not necessary to convert all your UI to SwiftUI to start using this new reactive framework.
Usually, iOS apps support only the last two released iOS versions – so this fall some of you will finally drop support of iOS 12. Why not convert your existing RxSwift codebase to Combine then?
I’m going to tell you my story of forking an existing network library based on top of RxSwift and refactoring it with Combine.