slorber / scalable-frontend-with-elm-or-redux

An attempt to make Redux and Elm applications scale
http://sebastienlorber.com/
MIT License
361 stars 29 forks source link

Solution feedback : redux-fly #37

Closed MrEfrem closed 4 years ago

MrEfrem commented 7 years ago

I send PR which contains example rapid creation scalable React + Redux applications with help of Redux-fly.

slorber commented 7 years ago

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 7 years ago

Hi. Thank for feedback. What it seemed to you difficult? Let's together make to API ease.

MrEfrem commented 7 years ago

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 7 years ago

Why you silent @slorber?

slorber commented 7 years ago

@MrEfrem I'm sorry I don't have much time for open source currently

MrEfrem commented 7 years ago

Thanks