Would appreciate any help on this: I want to bas...
# rx
p
Would appreciate any help on this: I want to basically do what Dan Lew does with a
.concat
to merge a network and local observable. But in my case my local observable 'should' return a specific database selection like distinct users. Should I rather select all 'users' in both the local observable and the network observable then filter by distinct before I display the results, or just update the database as a side effect and only display database results?