CombineCommunity / rxswift-to-combine-cheatsheet

RxSwift to Apple’s Combine Cheat Sheet
https://medium.com/gett-engineering/rxswift-to-apples-combine-cheat-sheet-e9ce32b14c5b
MIT License
2.04k stars 125 forks source link

Does not demonstrate Publishers.CombineLatest #30

Closed brookshanes closed 1 year ago

brookshanes commented 1 year ago

Unable to push to repo, so I'll put an issue here. To refactor from RxSwift's combineLatest, I'm thinking of using Publishers.CombineLatest static init.

freak4pc commented 1 year ago

Hey, we're already mentioning combineLatest itself from Combine - which is just a wrapper to Publishers.CombineLatest