Hello, first time doing react, tried to research my problem but mostly are RxSwift answers, so I will try here.
I can combine multiple SafeSignal, by multiple I mean like 5 or more using combineLatest
i was wondering if I can do that for Observable, I tried but did not succeed, it seems there is method in Observable also called combineLatest, but it only takes one argument. Is there a way to combineLatest multiple Observable? if so is there an example? Many thanks
Hello, first time doing react, tried to research my problem but mostly are RxSwift answers, so I will try here. I can combine multiple SafeSignal, by multiple I mean like 5 or more using combineLatest i was wondering if I can do that for Observable, I tried but did not succeed, it seems there is method in Observable also called combineLatest, but it only takes one argument. Is there a way to combineLatest multiple Observable? if so is there an example? Many thanks