peasee
08/07/2017, 7:31 PM.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?