I'm struggling to express this in Rx: `Check if a ...
# rx
p
I'm struggling to express this in Rx:
Check if a cookie is valid, if not login.
I feel like this is a common idiom, but I don't know I just can't seem to put it into code. At the moment I'm experimenting with a concat between the cookie check and the login method. Is that the right approach?