Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an (async)reducer method to combine multiple reducers into an object #114

Closed
vitoke opened this issue Oct 2, 2022 · 0 comments · Fixed by #115
Closed

Add an (async)reducer method to combine multiple reducers into an object #114

vitoke opened this issue Oct 2, 2022 · 0 comments · Fixed by #115
Assignees

Comments

@vitoke
Copy link
Contributor

vitoke commented Oct 2, 2022

Currently, the reducer and asyncreducer in the @rimbu/common package have a combine method that combine multiple reducers into an array. However, it would be nice to have another method that can combine them into an object. This can be useful for things redux-like applications where multiple named reducers are combined into one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant