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
Due to the nature of how immer-reducer works (working on arbitrary pieces of state), composing reducers is pretty much the direction in which the reducers would be created.
I think due to this, it might be a good idea to consider exposing composeReducers as a utility inside the library. It could even be put such that tree-shaking will remove it if unused. Happy to put in a PR if you think it's not out of scope
The text was updated successfully, but these errors were encountered:
Due to the nature of how immer-reducer works (working on arbitrary pieces of state), composing reducers is pretty much the direction in which the reducers would be created.
I think due to this, it might be a good idea to consider exposing composeReducers as a utility inside the library. It could even be put such that tree-shaking will remove it if unused. Happy to put in a PR if you think it's not out of scope
The text was updated successfully, but these errors were encountered: