Hello,
I just started utilizing this library, and I'm finding it much quicker and easier to use than vanilla Redux, so thanks!
I am wondering why arguments for effects and reducers are switched. Working from the React example given:

Not a huge issue, but if they were the same that would be helpful. Thanks!
Hi @gpolonus, good question.
The idea here is to put params in the order that their most needed.
This avoids null params like: addByAsync(null, payload)
Love to hear what you think
Makes sense to me. Thanks for the quick response!
Hi! Thanks for the library!
You're explanation does make sense, and yet... it just _looks_ wrong to me. I don't have any argument other than consistency. I guess it's interesting API design theory :)
At any rate, I wanted to weigh in because I had the exact same thought before I searched for the 'issue.'
Most helpful comment
Hi! Thanks for the library!
You're explanation does make sense, and yet... it just _looks_ wrong to me. I don't have any argument other than consistency. I guess it's interesting API design theory :)
At any rate, I wanted to weigh in because I had the exact same thought before I searched for the 'issue.'