reduxjs / redux

A JS library for predictable global state management
https://redux.js.org
MIT License
60.89k stars 15.27k forks source link

Proposal: Rename "stores" to "reducers" #137

Closed acdlite closed 9 years ago

acdlite commented 9 years ago

If I remember correctly, @gaearon, you said we'd make this change once Redux hit 500 stars. :)

It would also be nice to have a "Terminology" section of the docs so we can keep everyone on track. I've especially noticed that we currently use the word "dispatcher" to refer to at least three different things.

gaearon commented 9 years ago

(Follow progress in #140)

gaearon commented 8 years ago

Occasionally I find old discussions calling them “stores” and marvel at how ridiculously confusing it was in the hindsight.

kof commented 8 years ago

"state container"?

goatslacker commented 8 years ago

Yes this was a good change :)