When using redux-connect (the @asynConnect attribute) how does one chain a second saga, that is dependent on a successful completion of the first saga?
Just simply putting
the saga dispatch action in at the appropriate location in the first saga works on the client, but not on the server.