emoncms / emoncms-ios

iOS app for Emoncms
MIT License
18 stars 8 forks source link

Replace RxSwift with Combine #46

Closed mattjgalloway closed 5 years ago

mattjgalloway commented 5 years ago

It would be a great exercise to replace RxSwift with Combine. We could then get rid of a huge dependency of RxSwift. We don't use anything particularly complicated from RxSwift so it should be pretty straight-forward.