|
|
|
|
|
by tildedave
2232 days ago
|
|
I'd guess comments like this come from people thinking the primary complexity of Redux is the data store, rather than the "all changes to your state are represented as plain objects". The Redux FAQ goes into this: https://redux.js.org/faq/general#when-should-i-use-redux Can't blame them missing the forest for the trees when you spend all your time writing the reducers and connectors vs the actions themselves. |
|
[0] https://redux-toolkit.js.org
[1] https://react-redux.js.org/api/hooks
[2] https://redux.js.org/style-guide/style-guide#use-redux-toolk...
[3] https://github.com/reduxjs/redux/pull/3740