Let's figure it out, An user performs a login submission, so app shows instead a Submit button a Spinner, a self contained state whose help us (isLoading).
Okay, when application send to saga login action we can pass a callback for set false loading state when login submission has successful or failure.
Some experts will say, manage loading state in reducers, but carry to all whole application loading state, for some specific action not sounds good.