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
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.
The text was updated successfully, but these errors were encountered:
Currently, the reducer and asyncreducer in the
@rimbu/common
package have acombine
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.The text was updated successfully, but these errors were encountered: