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.
Semantically, "combine" can involve any number of things, not just two.
Also, given that this would be a breaking change just for naming purposes, I don't think this is going to go anywhere.
Hi, thanks for the suggestion!
bug
It’s a naming feature request, not a bug.
Also, given that this would be a breaking change just for naming purposes, I don't think this is going to go anywhere.
Yea, it’s too late to change now. Not worth it to change all existing apps and tutorials just because of naming.
Most helpful comment
Semantically, "combine" can involve any number of things, not just two.
Also, given that this would be a breaking change just for naming purposes, I don't think this is going to go anywhere.