back

by tobr·8y ago·view on hn ↗
I'm not going to say Redux-zero isn't useful, but if you're just calling some functions that update the state, how is it even related to Redux?

Redux is all about reducers. "Redux" with "no reducers" is an oxymoron, like "pottery without clay" or "cow herding without cows". Redux is a few tools and an ecosystem to support you in handling your state with nested reducers. The value is the predictability you get from using reducers.

1 comments
I'm going to add that even the name "redux" comes from the word "reducer"..
I thought it was named redux because you can essentially rewind the state
And there are zero of them in redux-zero... zero reducers... ;)
Still, pretty odd. It'd be like calling Go "Haskell-zero"