-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Description
Do you want to request a feature or report a bug?
bug
(If this is a usage question, please do not post it here—post it on Stack Overflow instead. If this is not a “feature” or a “bug”, or the phrase “How do I...?” applies, then it's probably a usage question.)
What is the current behavior?
"combineReducers" function name is being used.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar.
"combineReducers" wording is confusing. "combine" means "put TWO together". But the so-called "combineReducers" is not limited to put TWO reducers together. It can be used to put two or more (that is, "multiple") reducers together. So it'd be more precise and easy to understand by re-naming it "joinReducers".
What is the expected behavior?
"joinReducers" function name
Which versions of Redux, and which browser and OS are affected by this issue? Did this work in previous versions of Redux?
all versions.