you almost never want to use a subject as an obser...
# rx
j
you almost never want to use a subject as an observer in the sense that you subscribe it to another stream
👍 1
u
@jw, even in the example below? would you consider it as a bad practice?
j
Very much so! Side effect operators are being used for primary effects. There's no advantage to using Rx in that sample.
👍 1
u
isnt this what you do all the time in MVVM? subscribe say cold requests into relay, and than expose that relay, which gives it different scope / lifecycle