Solution feedback : redux-fly
MrEfrem opened this issue · 6 comments
MrEfrem commented
slorber commented
Hi and thanks for your contribution
It looks to me your solution is quite close to redux-lean of @epeli and redux-react-local of @threepointone . I like this approach as it's probably the most easy to use and is pragmatic, but as far as I'm concerned I think other apis are more easy to understand than yours
MrEfrem commented
Hi. Thank for feedback. What it seemed to you difficult? Let's together make to API ease.
MrEfrem commented
I sended new PR. Replace is signature listenActions
in createReducer
. Now listenActions
might
only is function and must have structure of reducer
.
I think this behavior is more simple to understand.
MrEfrem commented
Thanks