You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those are great suggestions @Romms ! (this and #8)
Getters would not only be specific to action types, but also to "sub-reducers" (add/change/remove). That would make the design more flexible, and we wouldn't have to add confusing parameters like manyItemsGetter in #6. However, simple use cases might become more verbose.
I'll definitely consider your suggestions for v1. Thank you.
What about an idea to make
getter
methods be a generator function? It can allow us to do this for example:I think it is an easy way to solve the problem described here #5 (comment)
The text was updated successfully, but these errors were encountered: